When I changed my username, my name is no longer recognized as an instance for some reason
This is the wrong category and should go in #help-and-feedback:scripting-support .
In roblox, you cannot start variable names with a number, so you would have to do:
print(game.Players["4slgy"])
2 Likes