Advertisement
Guest User

No humanoide 2

a guest
Jan 19th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. workspace.Josemmoya.Humanoid.Walkspeed = 99
  2. script.Parent = workspace.Josemmoya.Torso
  3.  
  4. function onTouched(Part)
  5. local h = Part.Parent:FindFirstChild("Humanoid")
  6. if h~= nil then
  7. h:Destroy()
  8. end
  9. end
  10. script.Parent.Touched:connect(onTouched)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement