i'm trying to make a custom kills + deaths GUI so I could use it instead of the leaderboard, but, upon death the stats are gone, the script under the text label is:
1 | local Deaths = script.Parent.Parent.Parent.Parent.leaderstats.Deaths |
2 |
3 | Deaths.Changed:connect( function () |
4 | script.Parent.Text = Deaths.Value |
5 | end ) |
Pretty simple, any help is appreciated.
EDIT: Solved
Inside The gui (go into properties) Search: ResetOnSpawn (dont know if thats the exact name) but you should disable it. (tick it off)
Hope this helps, good luck