|
| 04 Jul 2014 10:33 AM |
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? |
|
|
| Report Abuse |
|
|
FauxHawke
|
  |
| Joined: 08 Jun 2012 |
| Total Posts: 2190 |
|
|
| 04 Jul 2014 10:43 AM |
| uncapitalize r in remove, and remove the parenthesis around your string for the text |
|
|
| Report Abuse |
|
|
|
| 04 Jul 2014 10:48 AM |
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. |
|
|
| Report Abuse |
|
|
|
| 04 Jul 2014 05:30 PM |
| what exactly is the parenthasis? im new to this stuff. is it the variables? |
|
|
| Report Abuse |
|
|
WishNite
|
  |
| Joined: 11 Feb 2009 |
| Total Posts: 15828 |
|
|
| 04 Jul 2014 05:32 PM |
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)
|
|
|
| Report Abuse |
|
|
|
| 04 Jul 2014 05:32 PM |
| (This is inside a set of parenthesis) |
|
|
| Report Abuse |
|
|
smiley599
|
  |
| Joined: 23 Jan 2010 |
| Total Posts: 21869 |
|
|
| 04 Jul 2014 05:35 PM |
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) |
|
|
| Report Abuse |
|
|
|
| 05 Jul 2014 08:02 AM |
| Thanks! you were the most helpful (no offence) |
|
|
| Report Abuse |
|
|
smiley599
|
  |
| Joined: 23 Jan 2010 |
| Total Posts: 21869 |
|
|
| 05 Jul 2014 08:09 AM |
Well no one else helped in any way lol
Except robo, arguably
If it works then you're welcome |
|
|
| Report Abuse |
|
|
|
| 05 Jul 2014 08:14 AM |
[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? |
|
|
| Report Abuse |
|
|
smiley599
|
  |
| Joined: 23 Jan 2010 |
| Total Posts: 21869 |
|
|
| 05 Jul 2014 08:14 AM |
...
Use mine, it should work. |
|
|
| Report Abuse |
|
|
|
| 05 Jul 2014 08:36 AM |
| 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 |
|
|
| Report Abuse |
|
|
smiley599
|
  |
| Joined: 23 Jan 2010 |
| Total Posts: 21869 |
|
|
| 05 Jul 2014 08:38 AM |
| no the script had a few more problems |
|
|
| Report Abuse |
|
|
|
| 05 Jul 2014 02:36 PM |
heres what happened:
https://www.youtube.com/watch?v=1PVg8tNfYeo |
|
|
| Report Abuse |
|
|
smiley599
|
  |
| Joined: 23 Jan 2010 |
| Total Posts: 21869 |
|
|
| 05 Jul 2014 02:40 PM |
I see what happened. I don't feel comfortable helping botters. |
|
|
| Report Abuse |
|
|
FizBloxx
|
  |
| Joined: 18 Jan 2014 |
| Total Posts: 95 |
|
|
| 05 Jul 2014 03:00 PM |
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) |
|
|
| Report Abuse |
|
|
smiley599
|
  |
| Joined: 23 Jan 2010 |
| Total Posts: 21869 |
|
| |
|
|
| 05 Jul 2014 06:19 PM |
| same error. every script builder. can someone just rewrite a working one? or something? |
|
|
| Report Abuse |
|
|
|
| 05 Jul 2014 06:21 PM |
| i dont like writing for skids |
|
|
| Report Abuse |
|
|
smiley599
|
  |
| Joined: 23 Jan 2010 |
| Total Posts: 21869 |
|
|
| 05 Jul 2014 06:21 PM |
| What even is a script kiddie? |
|
|
| Report Abuse |
|
|
|
| 05 Jul 2014 06:22 PM |
someone who uses other people's scripts/programs to look cool/show off to their friends. examples: warspyking kevkev[numbers] |
|
|
| Report Abuse |
|
|
smiley599
|
  |
| Joined: 23 Jan 2010 |
| Total Posts: 21869 |
|
|
| 05 Jul 2014 06:25 PM |
oh I thought it was a kid who thought he was being cool using CE to "hack"
|
|
|
| Report Abuse |
|
|
|
| 05 Jul 2014 06:28 PM |
| I guess you can call that a skid too. |
|
|
| Report Abuse |
|
|