How to make an on screen steering wheel

Hello, I’m trying to make an on screen steering wheel like the one in the picture below, but I can’t figure out how I would do this. I’ve tried touch rotate but I have to use to fingers and I just want to be able to use one finger. I’m only needing the rotating the steering wheel gui but I can’t figure it out so could anyone help me?

Thanks! :grinning_face_with_smiling_eyes:

1 Like

You’d firstly need a variable to detect when the vehicle moves left or right. Once that variable is set to true you should rotate in that direction. You could use tweening for that. Maybe you could set the values for 1 instead of true so if you press a and d it can cancel eachother out. Hope that helps.

Iv just realised you meant as an actual steering wheel sorry. I’ll try finger it out.

Ok so you could make 2 invisible buttons that you press on each side and it turns it? That’s the best idea I had but theirs most likely better.