UnderCoverScripts

Race Clicker

Oct 13th, 2022
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. wait(7)
  2. for _, v in pairs(game.Workspace:GetDescendants()) do
  3. if v:IsA("TouchTransmitter") or v:IsA("TouchInterest") then
  4. firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart or game.Players.LocalPlayer.Character.Torso, v:FindFirstAncestorWhichIsA("Part"),0)
  5. end
  6. end
  7. wait (.4)
  8. game:GetService("TeleportService"):Teleport(game.PlaceId, game:GetService("Players").LocalPlayer)
  9. RAW Paste Data
Advertisement
Add Comment
Please, Sign In to add comment