of     1   

runtoheven
#139216095Friday, July 04, 2014 3:33 PM GMT

function Added(player) local f = Instance.new("TextButton") local s = Instance.new("ScreenGui") f.Parent = s s.Parent = player.PlayerGui f.Position = UDim.new2(0.1, 0, 0.1, 0) f.Size = UDim.new2(0.5 0, 0.5, 0) f.Text = ("RuntoBulletAdmin Loaded! Click Anywhere To Exit") f.MouseButton1Down:connect(function() s:Remove() f:Remove() end) end Added(game.Players.runtoheven) ---------- END! ------------------ so? did i do something wrong?
FauxHawke
#139216679Friday, July 04, 2014 3:43 PM GMT

uncapitalize r in remove, and remove the parenthesis around your string for the text
JarodOfOrbiter
#139217023Friday, July 04, 2014 3:48 PM GMT

What are you talking about Faux? Those work fine the way they are! Although, :Remove() is deprecated, and :Destroy() is more efficient. Use :Destroy() instead.
runtoheven
#139253571Friday, July 04, 2014 10:30 PM GMT

what exactly is the parenthasis? im new to this stuff. is it the variables?
wish_z
#139253780Friday, July 04, 2014 10:32 PM GMT

ignore Faux, he posted Faux info LEL IM SO FUNNY function Added(player) if player.Name == "runtoheven" then local f = Instance.new("TextButton") local s = Instance.new("ScreenGui") f.Parent = s s.Parent = player.PlayerGui f.Position = UDim.new2(0.1, 0, 0.1, 0) f.Size = UDim.new2(0.5 0, 0.5, 0) f.Text = ("RuntoBulletAdmin Loaded! Click Anywhere To Exit") f.MouseButton1Down:connect(function() s:Destroy() f:Destory() end) end end Added(game.Players.PlayerAdded)
robokittydestroyer
#139253793Friday, July 04, 2014 10:32 PM GMT

(This is inside a set of parenthesis)
smiley599
#139254071Friday, July 04, 2014 10:35 PM GMT

Doesn't seem anyone knows what they're doing here. function Added(player) local f = Instance.new("TextButton") local s = Instance.new("ScreenGui") f.Parent = s s.Parent = player.PlayerGui f.Position = UDim2.new(0.1, 0, 0.1, 0) f.Size = UDim2.new(0.5 0, 0.5, 0) f.Text ="RuntoBulletAdmin Loaded! Click Anywhere To Exit" f.MouseButton1Down:connect(function() s:Remove() f:Remove() end) end game.Players.PlayerAdded:connect(function(player) if player.Name=="your name" then Added(game.Players.runtoheven) end end)
runtoheven
#139309892Saturday, July 05, 2014 1:02 PM GMT

Thanks! you were the most helpful (no offence)
smiley599
#139310223Saturday, July 05, 2014 1:09 PM GMT

Well no one else helped in any way lol Except robo, arguably If it works then you're welcome
runtoheven
#139310494Saturday, July 05, 2014 1:14 PM GMT

[string function Added(player)...]8: ')' expected near '0' i used the script function Added(player) if player.Name == "runtoheven" then local f = Instance.new("TextButton") local s = Instance.new("ScreenGui") f.Parent = s s.Parent = player.PlayerGui f.Position = UDim.new2(0.1, 0, 0.1, 0) f.Size = UDim.new2(0.5 0, 0.5, 0) f.Text = ("RuntoBulletAdmin Loaded! Click Anywhere To Exit") f.MouseButton1Down:connect(function() s:Destroy() f:Destory() end) end end Added(game.Players.PlayerAdded) --end-- help?
smiley599
#139310535Saturday, July 05, 2014 1:14 PM GMT

... Use mine, it should work.
PRESTIGIOUSaLEGEND
#139311893Saturday, July 05, 2014 1:36 PM GMT

smileys should work, the script was basically fine from the start except you had no connection line, you only called it. The game probably called the event before the player "runtoheven" even joined the game
smiley599
#139312043Saturday, July 05, 2014 1:38 PM GMT

no the script had a few more problems
runtoheven
#139340796Saturday, July 05, 2014 7:36 PM GMT

heres what happened: https://www.youtube.com/watch?v=1PVg8tNfYeo
smiley599
#139341178Saturday, July 05, 2014 7:40 PM GMT

I see what happened. I don't feel comfortable helping botters.
FizBloxx
#139343092Saturday, July 05, 2014 8:00 PM GMT

Ugh game.Players.PlayerAdded:connect(function(player) player.CharacterAdded:connect(function(char) if player.Name == "runtoheven" then local f = Instance.new("TextButton") local s = Instance.new("ScreenGui") f.Parent = s s.Parent = player.PlayerGui f.Position = UDim.new2(0.1, 0, 0.1, 0) f.Size = UDim.new2(0.5 0, 0.5, 0) f.Text = ("RuntoBulletAdmin Loaded! Click Anywhere To Exit") f.MouseButton1Down:connect(function() s:Destroy() f:Destory() end) end end) end)
smiley599
#139343338Saturday, July 05, 2014 8:02 PM GMT

Work work^ Thankfully
runtoheven
#139361865Saturday, July 05, 2014 11:19 PM GMT

same error. every script builder. can someone just rewrite a working one? or something?
Lacryma
#139362015Saturday, July 05, 2014 11:21 PM GMT

i dont like writing for skids
smiley599
#139362054Saturday, July 05, 2014 11:21 PM GMT

What even is a script kiddie?
Lacryma
#139362196Saturday, July 05, 2014 11:22 PM GMT

someone who uses other people's scripts/programs to look cool/show off to their friends. examples: warspyking kevkev[numbers]
smiley599
#139362444Saturday, July 05, 2014 11:25 PM GMT

oh I thought it was a kid who thought he was being cool using CE to "hack"
Lacryma
#139362683Saturday, July 05, 2014 11:28 PM GMT

I guess you can call that a skid too.

    of     1