Advertisement
Upscalefanatic3

Camping 1 & 2 Item tp Script

Jun 26th, 2019
2,534
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. --[[ Works for both of these games
  2. Game Link 1: https://www.roblox.com/games/2306562216/Camping
  3. Game Link 2: https://www.roblox.com/games/3199109640/Camping-2
  4. ]]
  5.  
  6. for _,v in pairs(game.Workspace:GetChildren()) do
  7. if string.sub(v.Name, 1, 4) == "gear" then
  8. firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Item, 0)
  9. wait(0.05)
  10. firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Item, 1)
  11. end
  12. wait(0.05)
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement