So, I’m making a menu using NativeUILua, and when I open it it starts spinning my camera, anyway to disable this?
Use RageUI, it is friendlier on performance and doesn’t have bugs like that
Have you found a fix to this?
I use this and it works perfectly
CreateThread(function()
while true do
Wait(0)
_menuPool:ProcessMenus()
_menuPool:ControlDisablingEnabled(false)
_menuPool:MouseControlsEnabled(false)
end
end)
1 Like