Hey there, I am trying to make a script so that when a Roblox player on mobile enters a car, the PC gauge will go away and you will only see the mobile support buttons.
My issue I am having is that even though the script (displayed below) should be successfully making the gauge invisible, it is just maxing out all of the numbers on it and making the car no longer usable. I am wondering if maybe there is some script somewhere else that is countering the script I added and is causing this.
So far I have tried to do my own research throughout the Forum and I haven’t found any results. From there, I sent some messages to my good friend MasterDiagnose to see if he could figure it out, and he could not. Then, I came here.
Here is the script I mentioned in my second paragraph:
if Buttons.Visible == true then
script.Parent.Parent.Plugins.CUSTOM_GAUGE.Gauge.Visible = false
end
Please help me out, and I am sure there is someone out there that will look at this and think it is the easiest thing ever. If you have any questions, feel free to ask. Thanks!