hackerslayercohen11

Game Store Tycoon ROBLOX

Apr 3rd, 2020
5,815
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. local money = 999999999999
  2.  
  3. local children = workspace.Tycoons:GetChildren()
  4. for i, child in ipairs(children) do
  5. if child.Info.Owner.Value == game.Players.LocalPlayer.Name then
  6. child.Control.Money:FireServer(money)
  7. end
  8. end
Add Comment
Please, Sign In to add comment