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

What is a good name gui? (Sort of answered)

Asked by 10 years ago

I want a thing for my wolf RPGs that allows the user to change their name. For example on the island of Mezaa you can change your name from Name to Sand/She/FP or whatever. Things that might not be clear ~I don't want to change the player's USERNAME, I want to give them a thing that describes their roleplay name. ~This is for a RPG ~I want an already made one, so link me to one that is working that someone has made please Thanks! -Crazy

1 answer

Log in to vote
0
Answered by 10 years ago

Okay, to make a working name-changer for this, you might want to follow these steps:

  1. Make a BillboardGui object and put it in the Workspace, one with a TextLabel inside of it.
  2. Make a script that teleports the BillboardGui into a player's head.
  3. Make a gui with a TextBox, and make a button that, when clicked, sets the text in the TextBox to the text on the player's BillboardGui.

Hope this helps!

0
I have no clue how to script >_< CrazyCatChicken 0 — 10y
Ad

Answer this question