Advertisement
pa1nx9

Twenty One Pilots Concert Experience COLLECT ALL TOKENS

Sep 13th, 2021
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. local MyCharacter = game.Players.LocalPlayer.Character
  2.  
  3. for i = 1, 18 do
  4. for _, v in pairs(game:GetService("Workspace").ScenesServer.PSV.ScavengerHunt:GetDescendants()) do
  5. if v.ClassName == "TouchTransmitter" then
  6. firetouchinterest(MyCharacter.HumanoidRootPart, v.parent, 0)
  7. firetouchinterest(MyCharacter.HumanoidRootPart, v.parent, 1)
  8. end
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement