I'm trying to make it to where a players leaderstats are listed on their arm, this is my code so far:
local plr = game:GetService("Players").LocalPlayer while true do wait(0.2) plr.Humanoid.Parent["Right Arm"].SurfaceGui.TextLabel.Text = plr.leaderstats.Time.Value end
I don't know what I did wrong, can anyone help?