Advertisement
Guest User

mh thing

a guest
Dec 16th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. while true do
  2. game.ReplicatedStorage.Layouts:InvokeServer("Load", "Layout3")
  3. wait(5)
  4. game.ReplicatedStorage.DestroyAll:InvokeServer()
  5. game.ReplicatedStorage.BuyItem:InvokeServer("Large Conveyor Ramp", 99)
  6. game.ReplicatedStorage.BuyItem:InvokeServer("Centering Conveyor", 99)
  7. game.ReplicatedStorage.Layouts:InvokeServer("Load", "Layout2")
  8. wait(300)
  9. end
  10. while true do
  11. game.ReplicatedStorage.Rebirth:InvokeServer(1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement