Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local player = game.Players.LocalPlayer
- local aworkspace = workspace:GetChildren()
- for v,i in pairs(aworkspace) do
- if v.Name == player.Name
- then character = v
- v.Humanoid.Health = 1
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement