Okay, I Need some help with how i can learn to make a customise car gui for my racing game i've already made the gui i just need some help with how i can learn to make a gui like that?
Well, I assume for a car GUI you'd want the following: Fuel Meter and speed
For speed (depending on what sort of GUI you have to represent this - (Simple numbers to show the speed or actual dials) you'd need to get the speed the car is travelling at (from the car set) and use the .Changed
function linked with a text label (or of sorts) to show the current speed.
If you wanted a dial then that'd be more complex and seeing as you don't seem to have much knowledge of GUIs and scripting them, I won't go into much detail however you'd need some for
loops, learning how to smoothly rotate a GUI (again, more foor loops) and how to make this represent the speed...
A fuel meter you'd need to use some maths to determine the size of the bar depending on the 'fuel value' (which would have to be made by you) and then resize accordingly
If this has helped you, please accept my answer with the button on the right!
Closed as Not Constructive by MessorAdmin, Link150, Goulstem, and BlueTaslem
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?