IanVIII
|
  |
| Joined: 03 Apr 2016 |
| Total Posts: 535 |
|
|
| 02 Jul 2016 09:47 AM |
You can move the camera around your player using the middle mouse button or the right mouse button.
But is there a way to stop the players from being able to do this with one of the buttons, but not both. To make this clear, I do not want to have to make a custom camera, I'm trying to make something that works with the current camera that roblox gives us, I just don't want players to be able to move the camera with their middle mouse button as I am using that for something else.
Is this possible? If so, how? |
|
|
| Report Abuse |
|
|
|
| 02 Jul 2016 09:50 AM |
local camera = workspace.CurrentCamera camera.CameraType = "Attach" camera.Subject = game.Players.LocalPlayer.Character.Head
Waffles are good for you. |
|
|
| Report Abuse |
|
|
IanVIII
|
  |
| Joined: 03 Apr 2016 |
| Total Posts: 535 |
|
|
| 02 Jul 2016 09:51 AM |
| Obviously you didn't read the original post, Tyranny. |
|
|
| Report Abuse |
|
|
|
| 02 Jul 2016 09:52 AM |
Sorry. :P I don't believe there is a way to do so.
Waffles are good for you. |
|
|
| Report Abuse |
|
|