About 15,100,000 results
Open links in new tab
  1. How to make a image show the players avatar? - Roblox

    Jun 14, 2019 · If I understood correctly, you can use some of the web api endpoints to get an image of the user (s) thumbnail in various different shots (aka headshot, fully body, etc). It can be found here 579. Alternatively, you can also use a ViewportFrame 422 in a GUI to showcase the player’s character in 3D, which is also cool!

  2. How to Display the Players Image on a GUI - Roblox Studio Tutorial

    In this video I show you how to display a player's image on a GUI in Roblox Studio. This could be used in a variety of ways such as ID cards, personalized menus, or displaying the image...

  3. ROBLOX Tutorials I How to Make a Character Display (GUI)

    Time Stamps: 0:00 Intro 0:29 Setting Up the Character Display 1:07 Coding the Character Display Gui 2:00 Test #1 2:34 3:58 Test #2 4:07 Bugfixing the Turning Feature 4:52 Test #3 -- Take the...

  4. How to display player character in gui - Scripting Support - Roblox

    May 8, 2022 · I’ve been trying for a while now to get the player character in the GUI! I have experimented a bit with viewport frames but the only way to display the character is to clone it! But I also want to show what the player i…

  5. How to render a character within a ViewportFrame - Roblox

    Apr 14, 2020 · Hello, this is a basic method to load characters within a ViewportFrame. then you can place a ViewportFrame and LocalScript into the ScreenGui. Here is the local script, it has a mini tutorial within it. --1). Setup some variables and grab the ViewportFrame. --2). Create a camera and place it inside of the viewport frame. --3).

  6. How do you make a players character a decal? - Roblox

    Oct 4, 2023 · Make a custom character controller and hook up a series of decals that would reflect the animation of the character as it moves; Hook in a custom character model and use player inputs to control the decal animations

  7. How To Display Roblox Player Image on Gui - YouTube

    This video will show you how to use GetUserThumbnailAsync to allow you to display your user thumbnail onto your Gui! Make sure to share, like, and subscribe!...

  8. How to Add an Image in Roblox Studio | Quick & Easy Tutorial

    Whether you want to upload a logo, create custom decal... In this video, I’ll show you step-by-step how to add an image to your Roblox game using Roblox Studio.

  9. Avatar characters | Documentation - Roblox Creator Hub

    Review the basic character creation tutorial to get started on creating your first avatar character using Roblox's templates. Various tools, resources, and guides provided by Roblox to standardize and expedite the creation process.

  10. Changing image labels to pfps (without needing the player to ... - Roblox

    Apr 21, 2020 · You’ll have to use Player:GetUserThumbnailAsync(userID, ThumbnailType, ThumbnailSize) for the ImageLabel. This automatically gets the avatar image and displays it as an image. You can choose the size and the type - that is, if you want it to display the head, head and upper chest or entire avatar. Read the API reference here 199!

Refresh