V_oln
|
  |
| Joined: 13 Jul 2016 |
| Total Posts: 4 |
|
|
| 27 May 2017 08:35 AM |
helloing from soviet russia
so basically I am trying to create a script that pays the players depending on their jobs. the script: repeat wait() until game.Players.LocalPlayer player = game.Players.LocalPlayer repeat wait() until player:FindFirstChild("Money") player.Money.Changed:connect(function() script.Parent.Parent.TextLabel.Text = "Time until income: (+" .. player.JobValue.Value .. "):" script.Parent.Text = tostring(player.Money.Value) end )
what 2 do now aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa |
|
|
| Report Abuse |
|
|
| 27 May 2017 08:36 AM |
Just have the script look for the player's team.
|
|
|
| Report Abuse |
|