I'm working on a scope for a sniper right now and I want to change "q" to a right click. How do I do that? Herse the code
elseif string.lower(Key) == "q" then if not Reloading and AimDown == false and Module.SniperEnabled then Workspace.CurrentCamera.FieldOfView = Module.FieldOfView --[[local GUI = game.Players.LocalPlayer.PlayerGui:FindFirstChild("ZoomGui") or Tool.ZoomGui:Clone() GUI.Parent = game.Players.LocalPlayer.PlayerGui]] GUI.Scope.Visible = true game.Players.LocalPlayer.CameraMode = Enum.CameraMode.LockFirstPerson script["Mouse Sensitivity"].Disabled = false AimDown = true Mouse.Icon="http://www.roblox.com/asset?id=187746799"