Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local money = 10000
- local children = workspace.Tycoons:GetChildren()
- for i, child in ipairs(children) do
- if child.Info.Owner.Value == game.Players.LocalPlayer.Name then
- child.Control.Money:FireServer(money)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement