📅  最后修改于: 2022-03-11 14:54:55.857000             🧑  作者: Mango
local leaderstats = game:GetService("Players").LocalPlayer.leaderstats
while wait do
wait()
script.Parent.Text = leaderstats.Gem.Value -- Changes "Gem" With Leaderstats
end