You can write your topic however you want, but you need to answer these questions:
- What do you want to achieve? Keep it simple and clear!
I want to make it where the player’s avatar shows up
- What is the issue? Include screenshots / videos if possible!
The player is not showing and I’m not getting any errors what so ever
- What solutions have you tried so far? Did you look for solutions on the Developer Hub?
I have looked for a bit now and haven’t found a solution. It seems everyone is writing the same code as me and there’s works for some reason.
After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!
local plr = game.Players.LocalPlayer
local Players = game:GetService("Players")
local plrImage = script.Parent
local userId = plr.UserId
local thumbType = Enum.ThumbnailType.HeadShot
local thumbSize = Enum.ThumbnailSize.Size100x100
local content = Players:GetUserThumbnailAsync(userId, thumbType, thumbSize)
plrImage.Image = content
Please do not ask people to write entire scripts or design entire systems for you. If you can’t answer the three questions above, you should probably pick a different category.