Can i get players image input?

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!
    I want a function that allows players to upload their images to the game. Just like how “Textbox” receives people’s text input.

  2. What is the issue? Include screenshots / videos if possible!
    I don’t know much about Roblox, so I can’t even find out if this is possible or impossible.

  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    Didn’t see any related posts.

thanks for any help ! sorry if my english is hard to understand :frowning:

No but you could get the player to input an image ID belonging to a Roblox image which they or someone else has uploaded to the site through a “TextBox” instance and then use that instead.

2 Likes

You can use Roblox’s developer hub for more technical detail as well as some tutorials on how to use Studio.

Just to note though, its a little buggy on T-Mobile, best to use aPC or maybe a tablet to access the site.

“Upload their images”
If you mean about uploading their character’s pictures by that then -
Players:GetUserThumbnailAsync (roblox.com)