So I was wondering what's wrong with this code because I thought I made this correctly... see the code below
1 | if Player.leaderstats.Strength.Value > 24 then game.Lighting [ "Wooden Domino Crown" ] :Clone().Parent = game.StarterPack |
If I don't get an answer don't worry I will probably figure it out and then I won't need help.
1 | if Player.leaderstats.Strength.Value > 24 then |
2 | -- Define player if you didn't first, game:GetService("Players").PLAYERNAME |
3 | game.Lighting [ "Wooden Domino Crown" ] :Clone().Parent = Player.StarterPack |
4 | end |