Is this the same as this?

it might be a stupid question but anyways.

is this the same

string value == game.Players.LocalPlayer.Name

as this

game.Players.LocalPlayer.Name == string value

Do you mean it like a variable?:
local string value = game.Players.LocalPlayer.Name?

yeah, its like how these are also the same things:

2 + 2 = 4
4 = 2 + 2
1 Like

They are both the same syntax error …

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.