Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[ Works for both of these games
- Game Link 1: https://www.roblox.com/games/2306562216/Camping
- Game Link 2: https://www.roblox.com/games/3199109640/Camping-2
- ]]
- for _,v in pairs(game.Workspace:GetChildren()) do
- if string.sub(v.Name, 1, 4) == "gear" then
- firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Item, 0)
- wait(0.05)
- firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Item, 1)
- end
- wait(0.05)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement