chrisinator66

Untitled

Jun 8th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. local factorym = game.Workspace.Tycoons.Factory1
  2. local droppedm = game.Workspace.DroppedParts.Factory1
  3. for i,v in pairs(droppedm:GetChildren()) do
  4. if v.Name == "Symmetryte Mine" then
  5. if v.Cash.Value < 1e+72 then
  6. v.Name = "sent"
  7. for i=1, 150 do
  8. v.CFrame = factorym["Neutron Star"].Model.Upgrade.CFrame
  9. wait(0.01)
  10. end
  11. end
  12. end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment