Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- YouTube ZOUK AG Derver
- --]]
- local ti = script.Parent:FindFirstChild("TouchInterest")
- if ti then
- ti:Destroy()
- end
- script.Parent.ChildAdded:Connect(function(child)
- if child:IsA("TouchTransmitter") then
- wait()
- child:Destroy()
- end
- end)
- --[[ ZOUK AG ]]--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement