#can someone help me with declaring value

1 messages · Page 1 of 1 (latest)

full acorn
#

I have problem to declare value thats inside of player

silk ledge
#

kills.value

#

print(kills) literally means print an instance

hexed crane
# full acorn
local player = Players.LocalPlayer
local kills = player.leaderstats.kills.Value
silk ledge
#

or that

#

yeah

hexed crane
#

if you want to show every player kill on the server you have to do a different way

full acorn
hollow badge
#

use a for loop

tight tendon
#

Server script

dim dune
# full acorn

The leaderstats folder doesn’t exist in the player you’re indexing, or the player itself doesn’t exist when you try to get the leaderstats from them

full acorn