|
| 04 Apr 2015 01:21 PM |
>>attempt to perform arithmetic on field 'shabalulu' (a userdata value)
How do I change 'shabalulu'? |
|
|
| Report Abuse |
|
|
Funse
|
  |
| Joined: 11 Jun 2012 |
| Total Posts: 7887 |
|
| |
|
|
| 04 Apr 2015 01:23 PM |
repeat repeat wait (0.1) until game.Players.NumPlayers == 2 wait (3) r=game.ServerStorage.RevoIver r.Parent=game.Workspace r=game.ServerStorage.Revolver r.Parent=game.Workspace
repeat wait (0.1) until game.Players.NumPlayers == 1 c=game.Players:GetChildren() c[1].leaderstats.shabalulu=1 until 1==2 |
|
|
| Report Abuse |
|
|
|
| 04 Apr 2015 02:34 PM |
c[1].leaderstats.shabalulu=1
You forgot .value...
c[1].leaderstats.shabalulu.Value=1 |
|
|
| Report Abuse |
|
|
| |
|