Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

leaderstats roblox setup

local function onPlayerJoin(player)
	local leaderstats = Instance.new("Folder")
	leaderstats.Name = "leaderstats"
	leaderstats.Parent = player
 
	local gold = Instance.new("IntValue")
	gold.Name = "Gold"
 
end
Source by education.roblox.com #
 
PREVIOUS NEXT
Tagged: #leaderstats #roblox #setup
ADD COMMENT
Topic
Name
8+2 =