|
| 05 Dec 2012 03:38 PM |
| String expected What should I add to remove this? |
|
|
| Report Abuse |
|
|
|
| 05 Dec 2012 03:43 PM |
| Here's an idea: post the script. |
|
|
| Report Abuse |
|
|
|
| 05 Dec 2012 03:44 PM |
| It means you should have put in a string instead of what you put in. Strings are placed inside " ". What were you trying to do? Script? |
|
|
| Report Abuse |
|
|
|
| 05 Dec 2012 03:45 PM |
| No, he's trying to bake a cake. |
|
|
| Report Abuse |
|
|
|
| 05 Dec 2012 03:45 PM |
| Can't Not done Like I said what do I add. |
|
|
| Report Abuse |
|
|
|
| 05 Dec 2012 03:46 PM |
| WOW This Is why I don't Ask People Like U too help cause U can't script yourself |
|
|
| Report Abuse |
|
|
|
| 05 Dec 2012 03:47 PM |
| Ill Post What I think is the error and that is it |
|
|
| Report Abuse |
|
|
|
| 05 Dec 2012 03:48 PM |
local frame = Instance.new("Frame") frame.BackgroundColor3 = Color3.new(1,1,1) frame.BorderColor3 = Color3.new(0,0,0) frame.Visible = false frame.Name = name local i = 1 local label = Instance.new("TextLabel") label.Name = "Title" label.Text = name .."Commands" label.BackgroundColor3 = Color3.new(0,0,0) label.BorderColor3 = Color3.new(0,0,0) label.TextColor3 = Color3.new(1,1,1) label.FontSize = Enum.FontSize.Size9 label.Parent = frame local pcall(function() end) local label = label:Clone() label.Text = "x" label.BackgroundTransparency = 1 label.TextColor3 = Color3.new(0,0,0) label.Parent = frame i = #v + 1 end frame.Size = UDim2.new(0,100,0,16*i) frame.Position = UDim2.new(0,1,0.94,-16*i) for n,v in pairs(frame:GetChildren()) do v.Size = UDim2.new(1,0,1/i,0) v.Position = UDim2.new(0,0,(n-1)/i,0) end frame.Parent = Menus if frame.Position.Y.Offset < List.Position.Y.Offset + 2 then List.Position = UDim2.new(0,0,0.94,frame.Position.Y.Offset - 2) end
function UpdateList(list,parent) for i,label in pairs(list) do label.Parent = parent label.Position = UDim2.new(0,0,-i,0) end parent.Title.Position = UDim2.new(0,0,-#list-1,0) end
function SwitchMenus(set,mode) for i,v in pairs(set:GetChildren()) do v.Visible = v.Name == mode end end
function CharacterAdded(player) local Screen = Screen:Clone() local desk = desk[player] desk.screen = Screen desk.menus = Screen.Menus desk.playergui = player.PlayerGui Screen.Parent = desk.gui_on and desk.playergui or nil SwitchMenus(desk.menus,desk.mode) UpdateList(desk.list,Screen.List) end
game.Players.PlayerAdded:connect(function(player) local Output = Instance.new("Hint") Output.Name = "DisplayOutput" desk[player] = { mode = "Main"; scripts = {}; editing = nil; gui_on = true; screen = nil; menus = nil; playergui = nil; list = {}; output = Output; last_msg = tick(); } player.Chatted:connect(function(msg) Chatted(player,msg) end) player.CharacterAdded:connect(function() CharacterAdded(player) end) end)
|
|
|
| Report Abuse |
|
|
|
| 05 Dec 2012 03:50 PM |
Hmmm. Let's think about what you just said.
> I can't post the script, it's not done. How can you expect to be helped then? We are Scripting Helpers, not mind readers. We need to see the code to help you fix the error.
> WOW This Is why I don't Ask People Like U too help cause U can't script yourself Yep, you got me. I haven't been scripting in Lua for around two years now. I know nothing of it. That's why I'm here in Scripting Helpers. Nine times out of ten, if someone accuses someone else of not being able to script, they can't script (at least well) themselves. |
|
|
| Report Abuse |
|
|
| |
|
crouton04
|
  |
| Joined: 07 Jul 2010 |
| Total Posts: 4459 |
|
|
| 05 Dec 2012 03:50 PM |
| v.Visible = v.Name == mode ?? |
|
|
| Report Abuse |
|
|
|
| 05 Dec 2012 03:51 PM |
A feeling in my gut tells me you stole that script.
- thedestroyer115 |
|
|
| Report Abuse |
|
|
| |
|
|
| 05 Dec 2012 03:53 PM |
| No I have Been editing it With Some People and we Said OMG This isn't WORKING ATM we need to wait till next week cause We are busy and then I was Like No let's ask These Guys for Help also We Are adding CMDS the idea is it will be a gui with different script's inside and U can click them and they will load so I NEED Help with the gui |
|
|
| Report Abuse |
|
|
|
| 05 Dec 2012 03:53 PM |
#copyingnoob
Error 407:["Siggy.exe not found."] Please try again in a few moments. |
|
|
| Report Abuse |
|
|
|
| 05 Dec 2012 03:54 PM |
"I have Been editing it With Some People"
I'd be curious to know what you edited. |
|
|
| Report Abuse |
|
|
|
| 05 Dec 2012 03:55 PM |
I have decided to ignore the OP because of such lacking grammar. Makes me insane.
- thedestroyer115 |
|
|
| Report Abuse |
|
|
|
| 05 Dec 2012 03:55 PM |
| Lol Nicked AKA If U can Re-Model it is not stealing More Like Borrowing so No we could Make One but we are too Busy with cmds to the gui |
|
|
| Report Abuse |
|
|
|
| 05 Dec 2012 03:56 PM |
| Hello Scripting Helper's this New Thread Is On Not Banter so Come On Help me |
|
|
| Report Abuse |
|
|
|
| 05 Dec 2012 03:57 PM |
| That made no sense whatsoever. |
|
|
| Report Abuse |
|
|
|
| 05 Dec 2012 03:59 PM |
| So it is Like you say noob and a noob would Say I'm Only a noob cause I just joined and I would say to you I can script But I'm Not good with gui's So help me out |
|
|
| Report Abuse |
|
|
cygorx
|
  |
| Joined: 09 Nov 2012 |
| Total Posts: 668 |
|
|
| 05 Dec 2012 04:00 PM |
| dat quintessential example of idiocy. |
|
|
| Report Abuse |
|
|
|
| 05 Dec 2012 04:01 PM |
| Nope truth so Help this is scripter Helpers |
|
|
| Report Abuse |
|
|
| |
|
|
| 05 Dec 2012 05:10 PM |
Spongebob: O:! I FINALLY FOUND YOU PATRICK! :DD MY LIFE'S INVESTIGATION IN FINDING YOU! :D At last! *Runs in awkward running scene. Dramatic shark music plays*
~ṡсɾïρτïṉģ hεlρεɾṡ ۩ lυαlεαɾṉεɾṡ ④ øƒвќṃṿј~ ღ ▂▃▅▆█ρεώḋïερïε☄сυτïερïε█▆▅▃▂ღ |
|
|
| Report Abuse |
|
|