Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR LUA

Connect Text Label to Leaderstats

local leaderstats = game:GetService("Players").LocalPlayer.leaderstats

while wait do
	wait()
	script.Parent.Text = leaderstats.Gem.Value -- Changes "Gem" With Leaderstats
end
 
PREVIOUS NEXT
Tagged: #Connect #Text #Label #Leaderstats
ADD COMMENT
Topic
Name
8+4 =