thea96
|
  |
| Joined: 09 Feb 2011 |
| Total Posts: 37634 |
|
|
| 24 Nov 2012 03:14 PM |
I got this script from my friend
Links = {} ToolName = {""} SuperVIP = {}
game.Players.ChildAdded:connect(function(p) supa = false for i, v in pairs(SuperVIP) do if game:GetService("BadgeService"):UserHasBadge(p.userId,v) then supa = true for i, v in pairs(ToolName) do if game.Lighting:FindFirstChild(v) then game.Lighting[v]:Clone().Parent = p.StarterGear game.Lighting[v]:Clone().Parent = p.Backpack end end end end if supa == false then for i, v in pairs(Links) do if game:GetService("BadgeService"):UserHasBadge(p.userId, v) then if game.Lighting:FindFirstChild(ToolName[i]) then game.Lighting[ToolName[i]]:Clone().Parent = p.StarterGear game.Lighting[ToolName[i]]:Clone().Parent = p.Backpack end end end end end)
Where do I place the VIP ID and tool names? ID= 98706503 Name of VIP tool= A4 Thanks |
|
|
| Report Abuse |
|