Help with console commands

Sorry if this isnt scripting support but,


Why is this not seeming to work?

2 Likes

You only need one “=”

You use two equal signs if you’re using an if statement
e.g

if value.Value == true then
2 Likes

Also use game not Game, since Game is deprecated.

2 Likes

make game lowercase and then remove one equal sign because double equals (==) is used to compare things and = is used to set values

1 Like

game.Players.slenderW0lf_YT.Race.Value = "Azael"