So I was wondering what's wrong with this code because I thought I made this correctly... see the code below
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.
if Player.leaderstats.Strength.Value > 24 then -- Define player if you didn't first, game:GetService("Players").PLAYERNAME game.Lighting["Wooden Domino Crown"]:Clone().Parent = Player.StarterPack end