5555HACKER

Roblox gamestore tycoon inf money and some other tycoons

Apr 22nd, 2020
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.30 KB | None | 0 0
  1. -- Made by 5555HACKER, this script may work for other tycoons.
  2.  
  3. local money = 999999999
  4.  
  5. local children = workspace.Tycoons:GetChildren()
  6. for i, child in ipairs(children) do
  7.    if child.Info.Owner.Value == game.Players.LocalPlayer.Name then
  8.        child.Control.Money:FireServer(money)
  9.    end
  10. end
Add Comment
Please, Sign In to add comment