I make a [VIP] name tag above the head and I want when people buy the VIP pass, the name tag will work, or (me who has the pass) the tag does not appear. so i am wondering if line 9 there is not a problem?
and why is the parenthesis underlined?
Right now assuming you realized you forgot the end in the âifâ statement, if the player is named âRingOfSaturn59â, then it will give your nametag. Same with second if statement. Is this what your trying to accomplish?
Have you tried adding another âendâ at the one of the last lines? I think that might fix the red underline at the paranthesis which is in the 16th line.
âCharacterAddedâ is actually what it sounds like. It detects a playerâs character if it spawns or respawns this character is part of the player. PlayerAdded is basically an event that detects if the âplayerâ has either disconnected or connected to the game. If you wanted to manage the appearance of a player you would need to identify it in the character, characteradded. If your loading a players stats or leaderboards you use playeradded.
ooh i see thanks! but it doesnât fix my problem ⌠I just want it to appear when the player buy the pass x) it shouldnât be complicated after this i can publish my first game on roblox!