How do I give myself stuff in game?

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.

3 Likes
game.Players.Foshizled.leaderstats.Points.Value = 10

is what you probably meant to do, the workspace does not exist under players.

2 Likes

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