I’m trying to make a Avatar gui. But I do not know how to script one. Can somebody help me in the comment. Because I’m kinda new to UI.
2 Likes
Do you mean like a Gui that shows your avatar:
Make a ImageLabel in a ScreenGui:
Then make a script under it that has this code in it:
repeat wait() until game:IsLoaded()
script.Parent.Image = game.Players:GetUserThumbnailAsync(game.Players.LocalPlayer.UserId, Enum.ThumbnailType.AvatarThumbnail, Enum.ThumbnailSize.Size420x420)
And, it would look like this:
I hope this helped
1 Like
No like. It’s a roleplaying game. So it’s like picking the characters from the avatar editor. And stuff etc.
1 Like