Advertisement
POOMKUNG

Untitled

Oct 7th, 2021
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. while wait() do
  2. for _,v in pairs(game:GetService("Workspace").obby.Badge:GetDescendants()) do
  3. if v:IsA("TouchTransmitter") then
  4. firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 0)
  5. firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 1)
  6. end
  7. end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement