Facebook
From Sludgy Tern, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 61
  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