#Help
1 messages · Page 1 of 1 (latest)
** You are now Level 4! **
well.. first of all your gonna have to find the player
i think you already know how to do that in a serverscript then after that
your gonna have to do
-- pretend theres some functions here
local leaderstats = player:FindFirstChild("leaderstats")
and thats literally it
you then index it with something to get the desired value instance 🤷♂️
if you wanna get a value then its just literally just a simple
leaderstats:FindFirstChild("ValueName").Value
i like using FindFirstChild but you can just use
leaderstats.ValueName.Value
Oh so if I have a " silverCoin" value, i can type in another script "leaderstats.silverCoin.Value?