i have been trying to fix this problem in my game: "attempt to index field 'LocalPlayer' (a nil value)"
but nothing i tried to do worked here is the code:
please do not mind the extremely un-efficient lines of code
local player = game.Players.LocalPlayer
script.Parent.Humanoid.Died:Connect(function()
print("yeet")
script.Parent.Parent.Parent.Players.LocalPlayer.leaderstats.PuzzlePieces.Value = script.Parent.Parent.Parent.Players.LocalPlayer.leaderstats.PuzzlePieces.Value + 1
end)
and this is the error message i get:
attempt to index field 'LocalPlayer' (a nil value)