I know this probably isn’t the right topic
But I was wondering if this is the right code for the Dev Console to give me stuff?
If anyone can help that would be greatly appreciated.
I know this probably isn’t the right topic
But I was wondering if this is the right code for the Dev Console to give me stuff?
If anyone can help that would be greatly appreciated.
game.Players.Foshizled.leaderstats.Points.Value = 10
is what you probably meant to do, the workspace does not exist under players.
Remove the Workspace in the text
game.Players.Foshizled.leaderstats.Points.Value = 10
Hello.
Why are you indexing workspace
in leaderstats? Just use:
game.Players.Foshizled.leaderstats.Points.Value = 10