Advertisement
E404NNF

[Script] Boardwalk Tycoon Level Farm script

Jul 18th, 2018
380
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.53 KB | None | 0 0
  1. for i          = 1,9000 do
  2. local building = "Arcade" -- You need to have enough money to buy but it won't take the money.
  3. local num      = 25-- just keep changing it from 20-50 until u find the pattern
  4. game.ReplicatedStorage.Events.PlaceBuilding:InvokeServer(building, num)
  5. local save = "Save1" --Where u save
  6.  
  7. function up(a)
  8. game.ReplicatedStorage.Events.UpdateVal:FireServer(a, 1)
  9. end
  10.  
  11. for i,v in pairs(game.Workspace.Stats[game.Players.LocalPlayer.Name][save].Buildings:GetChildren())do
  12. up(v.BuildTimeLeft)
  13. end
  14. wait(0.5)
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement