Advertisement
Upscalefanatic3

Infection Inc.

Jan 30th, 2018
5,975
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1.  
  2. Check Who Belongs To What Tycoon:
  3.  
  4. Code:
  5. warn("---")
  6. print("Tycoon 1 Owner Is")
  7. print(game.Workspace.Tycoon1.Owner.Value)
  8. warn("---")
  9. print("Tycoon 2 Owner Is")
  10. print(game.Workspace.Tycoon2.Owner.Value)
  11. warn("---")
  12. print("Tycoon 3 Owner Is")
  13. print(game.Workspace.Tycoon3.Owner.Value)
  14. warn("---")
  15. print("Tycoon 4 Owner Is")
  16. print(game.Workspace.Tycoon4.Owner.Value)
  17. -------------------------------
  18. Spawn 2 Zombies For Any Tycoon, Just Choose The Script Belonging To Whatever Tycoon You Are.
  19. Note: Spawning More Than 2 Can Cause The Game Zombie Overload Script To Run And Make All Of Your Zombies Reset Instantly To Reduce Lag.
  20.  
  21. Tycoon 1
  22. Code:
  23. for i=1, 2 do
  24. game.Workspace.Tycoon1.Bought1.ManualSpawner.Controller.Event:FireServer()
  25. end
  26.  
  27. Tycoon 2
  28. Code:
  29. for i=1, 2 do
  30. game.Workspace.Tycoon2.Bought2.ManualSpawner.Controller.Event:FireServer()
  31. end
  32.  
  33. Tycoon 3
  34. Code:
  35. for i=1, 2 do
  36. game.Workspace.Tycoon3.Bought3.ManualSpawner.Controller.Event:FireServer()
  37. end
  38.  
  39. Tycoon 4
  40. Code:
  41. for i=1, 2 do
  42. game.Workspace.Tycoon4.Bought4.ManualSpawner.Controller.Event:FireServer()
  43. end
  44.  
  45. Possibly More To Come.
  46.  
  47.  
  48.  
  49. Update/Edit: Changed The Script To Make It Spawn The Zombie Instantly.
  50. Update 2: Made Another Script To Say Whos Tycoon Is Who Instead Of You Having To Check Yourself Or Spawn A Zombie For Everyone
  51. Update 3: Separated Every Script
  52. Update 4: Script Was Fked Up By mistake, It's Now Fixed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement