|
| 12 Feb 2016 05:36 AM |
I am trying to make a Sword change script where after a certain amount of Kos you get a new knife skin, like 0-20 Kos Default Skin, 21-40 Kos get a Camo skin and so on.
|
|
|
| Report Abuse |
|
|
| |
|
|
| 12 Feb 2016 04:49 PM |
leaderstats.kills.Changed:connect(function() if leaderstats.kills.Value==999 then mesh.TextureId=IDHERE end end) |
|
|
| Report Abuse |
|
|
| |
|
|
| 13 Feb 2016 04:08 AM |
Would it work if it was
leaderstats.kills.Changed:connect(function() if leaderstats.kills.Value==999 then game.StarterPack.Sword.Mesh.TextureId=IDHERE end end)
|
|
|
| Report Abuse |
|
|