#Code stopped working for no reason
18 messages · Page 1 of 1 (latest)
** You are now Level 1! **
Is your username in Roblox actually the player name?
Usernames on Roblox can be up to 20 characters long
The one in the code is longer than 20
BTW I suggest using the userid instead of player name because players can change their username for 1k robux.
that username is not possible
not only is that longer than 20 characters it also has two underscores
did you mention the two underscores?
Oh I didn't
Roblox automatically gave me that nickname
"local UserId = game.Players.LocalPlayer.UserId
if UserId == 1490759963 then"
You said that I need to use UserId, but there's something wrong about it
Is that number your actual userid?
Have you tried to print UserId and verify that it's the same number
You said Roblox's AI gave you that nickname and yet you still used it's UserId, I guess that's why it doesn't work.
Already solved, thanks