Advertisement
Guest User

squidaward

a guest
Oct 21st, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1.  
  2. wait(13)
  3. local p = Instance.new("Part")
  4. p.Parent = game.Workspace
  5. p.Position = Vector3.new(0, 100, 0)
  6. p.Size = Vector3.new(40,46,43)
  7. p.BrickColor = BrickColor.random(1)
  8. p.Locked = true
  9. p.Anchored = false
  10. wait(7)
  11. p:remove()
  12. end
  13.  
  14. Name cycle (two-part script)
  15. game.workspace.person.Name = "Atlas"
  16. end
  17.  
  18. while true do
  19. game.Workspace.Atlas.Name = "Aeolus"
  20. wait(1)
  21. game.Workspace.Aeolus.Name = "Thetis"
  22. wait(1)
  23. game.Workspace.Thetis.Name = "Siarnaq"
  24. wait(1)
  25. game.Workspace.Siarnaq.Name = "Atlas"
  26. wait(3)
  27. hint.Text("The End Is Near....")
  28. Hint:Destroy()
  29. Wait(20)
  30. hint.Text("Jk!! Its made by me, Coolyxnicexxgirl!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement