Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Why won't the values show up?

Asked by 8 years ago

wait(1) game.Players.PlayerAdded:connect(function(Player) local stats = Instance.new("IntValue", Player) stats.Name = "stats" local Hat = Instance.new("IntValue", stats) Hat.Name = "Hat" local Shirt = Instance.new("NumberValue", stats) Shirt.Name = "Shirt" local Pants = Instance.new("NumberValue", stats) Pants.Name = "Pants" end)
0
take off the wait(1) theCJarmy7 1293 — 8y
0
They still don't show up User#12423 0 — 8y
0
W8 Nevermind forgot to disable and re enable, thanks. User#12423 0 — 8y
1
Make stats's name leaderstats. That's what Roblox CoreGuis respond to. M39a9am3R 3210 — 8y

Answer this question