Advertisement
ZOUK_AG

Roblox Studio AntiTouch Scripts

Jun 1st, 2020
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. --[[
  2.  
  3. YouTube ZOUK AG Derver
  4.  
  5. --]]
  6.  
  7. local ti = script.Parent:FindFirstChild("TouchInterest")
  8. if ti then
  9. ti:Destroy()
  10. end
  11.  
  12. script.Parent.ChildAdded:Connect(function(child)
  13. if child:IsA("TouchTransmitter") then
  14. wait()
  15. child:Destroy()
  16. end
  17. end)
  18.  
  19. --[[ ZOUK AG ]]--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement