|
| 10 Jun 2014 09:39 AM |
Id = "http://www.roblox.com/asset/?id="
function Respawn(p) wait(5) if p.Character.Torso.roblox.Texture == Id then p.Character.Humanoid.MaxHealth = p.Character.Humanoid.MaxHealth + 100000 p.Character.Humanoid.Health = p.Character.Humanoid.Health + 100000
end end function onPlayerAdded(p) p.Changed:connect(function(property) if property == "Character" then Respawn(p) end end) end
game.Players.ChildAdded:connect(onPlayerAdded)
^Theres the script I need help making it so changing the ID will work for gamepasses, because at the moment it only works for t-shirts. |
|
|
| Report Abuse |
|
| |