call23re
|
  |
| Joined: 11 Nov 2010 |
| Total Posts: 9070 |
|
|
| 20 Oct 2013 08:38 PM |
Okay so this is a vip where it gives you a tool but I need it to give you admin commands. Can anyone help? Script: function Respawn(p) wait(5) if p.Character.Torso.roblox.Texture == "http://www.roblox.com/asset/?id=133159868" then local a = game.Lighting:FindFirstChild("VIP") if a ~= nil then local b = a:GetChildren() for i=1, #b do b[i]:Clone().Parent = p.Backpack end end end end function Enter(p) wait(5) if p.Character.Torso.roblox.Texture == "http://www.roblox.com/asset/?id=133159868" then---id of the vip-tshirt local c = game.Lighting:FindFirstChild("VIP") if c ~= nil then local d = c:GetChildren() for i=1, #d do d[i]:Clone().Parent = p.Backpack end end end p.Changed:connect(function (property) if (property == "Character") then Respawn(p) end end) end game.Players.ChildAdded:connect(Enter) |
|
|
| Report Abuse |
|
|
|
| 20 Oct 2013 08:39 PM |
| Please don't make reposts; it just bloats the sub-Forum. |
|
|
| Report Abuse |
|
|
call23re
|
  |
| Joined: 11 Nov 2010 |
| Total Posts: 9070 |
|
|
| 20 Oct 2013 08:40 PM |
Okay just I needed to redo the last one because I messed up with it.
-"The wise never quote." |
|
|
| Report Abuse |
|
|
call23re
|
  |
| Joined: 11 Nov 2010 |
| Total Posts: 9070 |
|
| |
|