Advertisement
Guest User

Planet Sim Script

a guest
Jun 26th, 2019
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. local Game = game.Workspace.YOURNAMEHERE -- Put your username there.
  2. while true do
  3. Game.Planet1.LiftPlanet:FireServer() -- Change the planet to the planet you're using.
  4. wait(0)
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement