-- PC input UserInputService.InputChanged:Connect(function(input, gameProcessed) if gameProcessed then return end if input.UserInputType == Enum.UserInputType.MouseMovement then local delta = input.Delta handleMouseMovement(delta.X, delta.Y) end end)
Touch t = Input.GetTouch(0); if (t.phase == TouchPhase.Began new script for no scope arcade mobile and pc fix
If you are testing your own script or a public one that isn't firing, check the (found under View > Output in Roblox Studio) for red error messages. -- PC input UserInputService
void Awake()