Advertisement
ScriptingGuy

Pogo Simulator Script

Mar 7th, 2020
2,605
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. The Game Link : https://www.roblox.com/games/3126740965/New-POGO-SIMULATOR
  2. Discord Link : https://discordapp.com/channels/686554761901768721/686664520596324435
  3.  
  4. --Auto Pogo Farm
  5. while wait() do
  6. game.workspace.YOURUSERNAME.Training.E:FireServer() --Change 'YOURUSERNAME' to your username
  7. end
  8.  
  9.  
  10. -- Auto Farm Coins
  11. while wait() do
  12. for i,v in pairs(game.workspace.Coins:GetChildren()) do
  13. if v.Name == "Coin" then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(v.Position)
  14. wait()
  15. end
  16. end
  17. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement