#Level refresh on billboard ( serverscrippt )

10 messages · Page 1 of 1 (latest)

cloud island
#

You could add this right under "local guicloneVIP = namevip:Clone()":

plr:WaitForChild("leaderstats"):WaitForChild("Level"):GetPropertyChangedSignal("Value"):Connect(function()
    guicloneVIP.frame.Level.Text = "Level: "..plr:WaitForChild("leaderstats"):WaitForChild("Level").Value
end)
scenic wharf
#

studio** You are now Level 1! **studio

cloud island
#

You may also save the "Level" Instance inside a variable so you don't have to write "plr:WaitForChild("leaderstats"):WaitForChild("Level")" 3 times.

hallow vale
#

when i will level up

#

nvm someone helped me

cloud island
hallow vale
#

but ty

hallow vale
#

but ty