Advertisement
Guest User

Owner Regen Only

a guest
Jul 20th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. function onHit(hit)
  2. if hit.Parent:FindFirstChild("Humanoid")then if game.Players:GetPlayerFromCharacter(hit.Parent) == script.Parent.Parent.Parent.Parent.Owner.Value and enabled then
  3. regenerate()
  4. end
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement