Advertisement
DrawingJhon

Pruebas

May 6th, 2020
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. while wait() do
  2. function onTouched(part)
  3. local h = game.Workspace.Bruh:FindFirstChild("Humanoid")
  4. if h ~= nil then
  5. h.Health = h.Health - 100
  6. end
  7. end
  8. end
  9. workspace:WaitForChild("Bruh").Touched:connect(onTouched)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement