Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-1

How would you make a character customizations screen?

Asked by 9 years ago

I'm not much of a scripter and i'd like to do it. I'd appreciate it if you would help. It doesn't have to have a preview just a few choices (boy, girl) and stuff.

2 answers

Log in to vote
0
Answered by 9 years ago

@Robofrog Other things he might want to learn are: -Data stores

-HttpService

-Local Bricks(Optional)
Ad
Log in to vote
-1
Answered by
RoboFrog 400 Moderation Voter
9 years ago

Something like this would be very difficult with little to no scripting knowledge. I know this is a cliché answer, but you should learn the basics first, and if you already happen to have done that, work on a few intermediate scripts.

For this, I would suggest learning about the following things in depth:

  • PlayerGui
  • StarterGui
  • Frames
  • TextButtons (For selecting choices)
  • The use of Lighting (Or ServerStorage, to store the physical choices)
  • Values (For keeping track of selected choices)
  • Functions
  • Events (For triggering on clicks)

And, also how to deal with the Player, since it's not generated from the start.

wiki.ROBLOX.com will be very useful to you.

Answer this question