Advertisement
0lf3_

Game Store Tycoon Scipt

Jan 15th, 2022
36
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 = 10000
  2. local children = workspace.Tycoons:GetChildren()
  3. for i, child in ipairs(children) do
  4. if child.Info.Owner.Value == game.Players.LocalPlayer.Name then
  5. child.Control.Money:FireServer(money)
  6. end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement