Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- The Game Link : https://www.roblox.com/games/3126740965/New-POGO-SIMULATOR
- Discord Link : https://discordapp.com/channels/686554761901768721/686664520596324435
- --Auto Pogo Farm
- while wait() do
- game.workspace.YOURUSERNAME.Training.E:FireServer() --Change 'YOURUSERNAME' to your username
- end
- -- Auto Farm Coins
- while wait() do
- for i,v in pairs(game.workspace.Coins:GetChildren()) do
- if v.Name == "Coin" then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(v.Position)
- wait()
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement