Sorry if this isnt scripting support but,
Why is this not seeming to work?
You only need one “=”
You use two equal signs if you’re using an if statement
e.g
if value.Value == true then
Also use game
not Game
, since Game
is deprecated.
make game lowercase and then remove one equal sign because double equals (==) is used to compare things and = is used to set values
game.Players.slenderW0lf_YT.Race.Value = "Azael"