How do i fix this error: Workspace.Prestige:3: attempt to index nil with 'leaderstats'
local plr = game.Players.LocalPlayer script.GetPrestige.OnServerEvent:Connect(function() plr.leaderstats.Prestiges = plr.leaderstats.Prestiges +1 end)
bobux