|
| 25 Dec 2012 03:30 PM |
g = game:GetService("GamePassService") game.Players.PlayerAdded:connect(p) p.CharacterAdded:connect(function(c) if c then player = game.Players:GetPlayerFromCharacter(p.Parent) if g:PlayerHasPass(player, 123456) then c.Humanoid.MaxHealth = 200 c.Humanoid.WalkSpeed = 25 uzi = game.Lighting:findFirstChild("Uzi") clone = uzi:Clone() clone.Parent = player.Backpack end end end) end)
the script didnt work in a regular script object it was in workspace does it go in local script or does it go somewhere besides workspace? |
|
|
| Report Abuse |
|
|
|
| 25 Dec 2012 03:32 PM |
Copied Much? http://www.roblox.com/Forum/ShowPost.aspx?PostID=85260848
~LUV, LuaLearners Teacher(+2)~ |
|
|
| Report Abuse |
|
|
|
| 25 Dec 2012 04:44 PM |
| lol he made the script for me an I didn't see if h ppsted |
|
|
| Report Abuse |
|
|