Advertisement
otorp2

roblox touched destroy part

Dec 6th, 2017
1,112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. function onTouched(part)
  2. print("touched",script.Parent.Name)
  3.  
  4. part:Destroy()
  5. wait(0.20)
  6. end
  7.  
  8. script.Parent.Parent.Touched:connect(onTouched)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement