I’m new to using context action service I usually use UIS, I bound a function to the left and right mouse buttons to pick up mouse inputs. But now when I try move the camera with the right mouse button it doesn’t work? It’s like I overrode a function, it works fine when I disable the script so I assume its CAS.
ContextActionService:BindAction("Mouse1", Controls.Sort, true, Enum.UserInputType.MouseButton1)
ContextActionService:BindAction("Mouse2", Controls.Sort, true, Enum.UserInputType.MouseButton2)