RobuxLife
|
  |
| Joined: 19 Sep 2012 |
| Total Posts: 13336 |
|
|
| 12 Aug 2016 08:50 PM |
I have a basic part in ReplicatedStorage named nametag. Basically, I want it to be on the topright of the torso of any player that joins, and make sure it's there when people respawn. How would I do this?
|
|
|
| Report Abuse |
|
|
TimeTicks
|
  |
| Joined: 27 Apr 2011 |
| Total Posts: 27115 |
|
| |
|
RobuxLife
|
  |
| Joined: 19 Sep 2012 |
| Total Posts: 13336 |
|
|
| 12 Aug 2016 08:55 PM |
@timeticks
yes, a part with a surfacegui. Basically when a player joins I want the nametag part to be cloned and the text inside the surfacegui is to be "Hello, my name is"..Player.Name
|
|
|
| Report Abuse |
|
|
TimeTicks
|
  |
| Joined: 27 Apr 2011 |
| Total Posts: 27115 |
|
|
| 12 Aug 2016 09:02 PM |
create the name tag on the server and simply make its parent the players torso, you don't need a part unless you absolutely need it.
|
|
|
| Report Abuse |
|
|
RobuxLife
|
  |
| Joined: 19 Sep 2012 |
| Total Posts: 13336 |
|
|
| 12 Aug 2016 09:04 PM |
look, i want it like this basically. it's what im trying to do:
gyazo /09e299bb26c54790887a89c5604c2028
|
|
|
| Report Abuse |
|
|
SEVENTLY
|
  |
| Joined: 12 Mar 2016 |
| Total Posts: 1516 |
|
|
| 12 Aug 2016 09:04 PM |
I made this before. Basically have a nametag in ReplicatedStorage.
Make a script that every time a player respawns, it clones the nametag from ReplicatedStorage into the player's torso and then name the textlabel whatever you want.
|
|
|
| Report Abuse |
|
|
TimeTicks
|
  |
| Joined: 27 Apr 2011 |
| Total Posts: 27115 |
|
|
| 12 Aug 2016 09:07 PM |
yes. exactly what i just said @OP
|
|
|
| Report Abuse |
|
|