#[Solved] Leaderstats Value not showing
32 messages · Page 1 of 1 (latest)
Does it error
it does only error "Value is not a valid member of Folder "Players.Jst_Shune.Cash""
even if I remove that part it doesn't show
but it the tutorial it showed
I did it 3 times so now I requested help
So which part is not working on the scripts
So what part errors
after I removed the Value part it does no errors
but still doesn't show
what the
does it show in the Player
I don't see anything new
no the Folder
I don't see any folder
it should create a folder?
why it doesn't
but when I die it does drop the "cash"
** You are now Level 3! **
oh u should put the cash like thislua local cash = Instance.new('NumberValue',Id)
and it should work?
well no way
lol
it should because u accendently creates a Folder for the Coins instead of a NumberValue
ur welcome
heres some optimzation
use .Parent Instead of (,plr)
why ? read this https://devforum.roblox.com/t/psa-dont-use-instancenew-with-parent-argument/30296
I’ve discovered a pretty bad performance issue in one of top games that has to do with Instance.new and wanted to write about this, since this is not obvious unless you know the system inside out. Tthere are several ways to create a ROBLOX object in Lua: local obj = Instance.new(‘type’); fill obj fields local obj = Instance.new(‘type’, parent...
** You are now Level 16! **
I'll give it a look, thanks