View difference between Paste ID: TyjRZUVM and weUHnyBg
SHOW: | | - or go back to the newest paste.
1
-- Game Link: https://www.roblox.com/games/2495527448/Pluto-Planet-Simulator
2
3
local Game = game.Workspace.YOURNAMEHERE -- Put your username there.
4
while true do
5
Game.Planet1.LiftPlanet:FireServer() -- Change the planet to the planet you're using.
6
wait(0)
7
end