chrisinator66

Untitled

Jun 8th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. game.ReplicatedStorage.Layouts:InvokeServer("Load", "Layout1")
  2. wait(5)
  3. local mesh = game.Workspace.Tycoons.Factory1["Nova Star"].Model.MeshPart
  4. local bascon = game.Workspace.Tycoons.Factory2["Reversible Conveyor"].Hitbox
  5. local foolcon = game.Workspace.Tycoons.Factory2["Fool's Conveyor"].Hitbox
  6. local clovcon = game.Workspace.Tycoons.Factory2["Clover Conveyor"].Hitbox
  7. for i,v in pairs(workspace.Tycoons.Factory1:GetDescendants()) do
  8. if v.Name == "Upgrade" then
  9. v.CFrame = bascon.CFrame
  10. v.Size = Vector3.new(5, 5, 5)
  11. end
  12. end
  13. for i,v in pairs(workspace.Tycoons.Factory1:GetDescendants()) do
  14. if v.Name == "Tesla Refuter" then
  15. v.Model.Upgrade.CFrame = foolcon.CFrame
  16. end
  17. end
  18. for i,v in pairs(workspace.Tycoons.Factory1:GetDescendants()) do
  19. if v.Name == "Neutron Star" then
  20. v.Model.Upgrade.CFrame = mesh.CFrame
  21. v.Model.Upgrade.Size = Vector3.new(10, 10, 10)
  22. end
  23. end
  24. for i,v in pairs(workspace.Tycoons.Factory1:GetDescendants()) do
  25. if v.Name == "Nova Star" then
  26. v.Model.Upgrade.CFrame = mesh.CFrame
  27. v.Model.Upgrade.Size = Vector3.new(10, 10, 10)
  28. end
  29. end
  30. for i,v in pairs(workspace.Tycoons.Factory1:GetDescendants()) do
  31. if v.Name == "The Final Upgrader" then
  32. v.Model.Upgrade.CFrame = clovcon.CFrame
  33. end
  34. end
  35. for i,v in pairs(game.Workspace.DroppedParts.Factory2:GetChildren()) do
  36. if v.Name == "Symmetrium Mine" then
  37. if v.Cash.Value < 1e+72 then
  38. for i=1, 500 do
  39. v.CFrame = mesh.CFrame
  40. wait(0.01)
  41. end
  42. wait(0.01)
  43. v.CFrame = bascon.CFrame
  44. wait(0.01)
  45. v.CFrame = bascon.CFrame
  46. wait(0.01)
  47. v.CFrame = bascon.CFrame
  48. wait(0.01)
  49. v.CFrame = foolcon.CFrame
  50. wait(0.01)
  51. v.CFrame = bascon.CFrame
  52. wait(0.01)
  53. v.CFrame = bascon.CFrame
  54. wait(0.01)
  55. v.CFrame = bascon.CFrame
  56. wait(0.01)
  57. v.CFrame = clovcon.CFrame
  58. wait(0.01)
  59. v.CFrame = bascon.CFrame
  60. wait(0.01)
  61. v.CFrame = bascon.CFrame
  62. wait(0.01)
  63. v.CFrame = bascon.CFrame
  64. wait(0.01)
  65. v.CFrame = game.Workspace.Tycoons.Factory2["Crystal Shrine"].Model.Lava.CFrame
  66. end
  67. end
  68. end
Advertisement
Add Comment
Please, Sign In to add comment