chyzman
(chyz)
#21
does it matter if i test in studio or in roblox (aka will the datastores be wierd because player1and player2 have wierd uids?)
R0mAAn1CH
(R0mAAn)
#22
Actually idk, try both with 2 players and with 1, play test.
chyzman
(chyz)
#23
same output in studio and roblox and also the edit didn’t work
chyzman
(chyz)
#24
yeah i think the problem is it never saves for some reason?
R0mAAn1CH
(R0mAAn)
#25
Maybe try to change deaths.Value
to player.leaderstats.deaths.Value
, i mean:
player.leaderstats.deaths.Value = player.leaderstats.deaths.Value + 1
and you can shorten it:
player.leaderstats.deaths.Value += 1
R0mAAn1CH
(R0mAAn)
#26
But also, do they showing in Leaderstats Tab? Can you see how many kills/deaths you got? Or it’s just don’t save em.
chyzman
(chyz)
#27
the kills/deaths work in leaderboard but they don’t save
Lmethod
(エルメソド)
#28
You can create a DataStore
Save Function
via the leaderboard being changed or just the leaderboard in general.
Please refer to these posts: