Pmn20002

[ROBLOX] boat ride into a better life Unlock all badges + unlock all maps

Jun 19th, 2023
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. for _,v in pairs(workspace:GetDescendants()) do
  2. if v:IsA("TouchTransmitter") then
  3. firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 0) --0 is touch
  4. task.wait()
  5. firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 1) -- 1 is untouch
  6. end
  7. end
Add Comment
Please, Sign In to add comment