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

Can anyone give some tips how i can learn? [closed]

Asked by
DevingDev 346 Moderation Voter
8 years ago

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?

1
Always start at the wiki. GoldenPhysics 474 — 8y
0
I would suggest learning how scripting GUIs work by use of the ROBLOX wiki and tutorials. RedCombee 585 — 8y
0
I know how GUIs works but i dosen't know how i can make a gui that can customizable a car and tutorial on that? DevingDev 346 — 8y

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?

1 answer

Log in to vote
3
Answered by 8 years ago
Edited 8 years ago

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!

Ad