Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. local money = 1000000000
  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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement