Author Topic: How can I display player on a GUI  (Read 1277 times)

I don't know how I could display what the player looks like (the avatar) on a GUI If I could auctualy display the character like (Avatar editor) or just a picture like (RTB)

I don't know much about GUI's, but you would definitely need both a client and server-sided script for this

I don't know much about GUI's, but you would definitely need both a client and server-sided script for this
You would only need a server sided script if you wanted to display what someone other than you looks like.

Just take a look at the default avatar manager with the gui editor.  You can do some cool stuff with that.


Just take a look at the default avatar manager with the gui editor.  You can do some cool stuff with that.


if you try and modify that it screws it up

You would only need a server sided script if you wanted to display what someone other than you looks like.
I just want it to display your player

I made a script a while ago that will set the player model in a GuiObjectView to have your own avatar. I'll go fetch when i get home.

http://pastebin.com/5KVKRz81

AP_setAvatar(%this, %object)
param names are kinda wierd, %this is the gui object, %object is the "object" set when you set the object of the guiobjviewer

Ok so i used Wrapperups Script but when i open GUIObjectVeiw i searched all the profiles and i cant find anything what do i do?