Search
 
SCRIPT & CODE EXAMPLE
 

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
Comment

PREVIOUS NEXT
Code Example
Lua :: how do you find a humanoid in roblox 
Lua :: lua array is empty 
Lua :: roblox studio Teleport service not working 
Lua :: luau table find 
Lua :: roblox studio random part color 
Lua :: keywords in lua 
Lua :: lua add table to value 
Lua :: wait() in lua 
Lua :: lua how to concatenate string 
Lua :: lua random number 
Lua :: vector2 roblox 
Lua :: lua insert table into table 
Lua :: lua string length 
Lua :: how to make everyone on team see name roblox 
Lua :: ex: CFrame to vector3 roblox lua 
Lua :: Get Nearest Player fivem 
Lua :: lua prin type of variable 
Lua :: In range loop 
Lua :: Lua how to comment 
Matlab :: octave mark axis labels 
Matlab :: scilab plot 2d function 
Basic :: mongodb command remove by _id 
Basic :: c++ code to c code converter 
Elixir :: elixir check type data 
Elixir :: elixir with syntax 
Scala :: scala function 
Scala :: scala linters 
Excel :: google sheets split cell by delimiter 
Perl :: perl substitution 
Pascal :: pascal halt program until any button is pressed 
ADD CONTENT
Topic
Content
Source link
Name
4+8 =