Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
2

my RP GUI script doesn't work? it keeps coming up with this error.

Asked by 6 years ago
Edited 6 years ago

it says current identy (2) can't define characters name (requires 4)

player = game.Players.LocalPlayer
script.Parent.MouseButton1Click:connect(function()
    player.Character.Name = script.Parent.Parent.TextBox.Text
end)

why does it do that shouldn't it just change the model name it's a gui where you type in a text box press a text button and the script runs but when you press the button the error comes up.

1 answer

Log in to vote
1
Answered by
Tomstah 401 Moderation Voter
6 years ago

You can't change the name of your character's model. If you're looking to change the name tag, you'll have to make your own tag, sorry! The best way to achieve this is bill board guis. Best of luck to ya!

0
Thought you could change the characters model. I have done it several times. cmgtotalyawesome 1418 — 6y
0
Guess they removed it. Upvote for doubting it ???? cmgtotalyawesome 1418 — 6y
0
The question marks were a laughing emoji cmgtotalyawesome 1418 — 6y
0
oh ok... EpicAshtonTheBoy 33 — 6y
View all comments (2 more)
0
It is actually possible. StoleYourClothes 105 — 6y
0
it is? EpicAshtonTheBoy 33 — 6y
Ad

Answer this question