#Plane Script
27 messages · Page 1 of 1 (latest)
Yes but would that also affect pc players?
and how would I remove the touch turning from just mobile players
wdym?
if (game:GetService("UserInputService").TouchEnabled == true) and (game:GetService("UserInputService").MouseEnabled == false) then
UI.Visible = true
else
UI.Visible = false
end``` this?
Like here
See how it turns the plane when I touch the GUI how do I stop it from doing so
@south solstice Okay I'll explain easier
** You are now Level 1! **
I want to make it so the plane will turn following the mobile joystick
I'll try this
But I want to know how to stop the plane from turning when you touch the screen
I don't really know what I am doing to be honest
I'm not a programmer
If you see here, its only following where I am touching the screen and not the actual joystick
I want to make it like this; https://vimeo.com/828489691?share=copy
This is "RPReplay_Final1684528969" by john on Vimeo, the home for high quality videos and the people who love them.
Where its only following the joystick and not where I am touching the screen
you could always just disable their joystick while theyre on the plane and replace it with your own gui to detect it better
idk i dont really want to do that
All i want to do is allow for the plane to be controlled via the mobile players joystick
and also to disable it from turning on screen touch
Because right now they tap there screen left to go left and right to go right etc
Which I want to remove that and replace it with joystick turning as seen in this game
How do I do that
Here, can I just send you the RBXM and can you take a look for me