Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Any advice on how to make the camera follow the mouse?

Asked by
Galicate 106
5 years ago

Ok so, any ideas on how i can make the players camera follow the mouse in the same way as holding RMB and moving your mouse, but without having to hold the RMB? Basically the same thing as holding RMB, but without having to hold it down.

0
uh character.Head.CFrame = CFrame.new(character.Head.Position, mouse.Hit.Position)? try it User#19524 175 — 5y
0
Hmm sorry but this is not a site for requesting scripts. cherrythetree 130 — 5y
0
Yes, create a part, use mouse.Hit then when mouse clicked, use MoveTo() to move player greatneil80 2647 — 5y
0
You guys clearly doesnt understand what he is asking for, he is clearly asking for a way to make the camera rotate relative to the mouse drag, like holding right mouse button and moving it in-game. Azure_Kite 885 — 5y
View all comments (3 more)
0
Azure, you are almost right, the only thing is that i dont want the character to turn to face the mouse. Heres an example. https://www.roblox.com/games/1699463192/SCP-F-Area-19 Galicate 106 — 5y
0
I already updated the script to not move your character when you rotate your camera! :D Azure_Kite 885 — 5y
0
Thank you! :3 Galicate 106 — 5y

1 answer

Log in to vote
-3
Answered by 5 years ago
Edited 5 years ago

Theres a number of ways to do this, one of them is to change the CameraScript created by roblox

it is a bit of a pain to do this, so ill do it and give the model to you

https://www.roblox.com/catalog/02282936071/redirect

take that model, then put the script inside StarterPlayerScript

Edit : answering to : "Azure, you are almost right, the only thing is that i dont want the character to turn to face the mouse. Heres an example."

I tweaked the script so that it won't rotate your character anymore, have fun!

0
Don't just offer a free model which is not yours, i'm sure you don't even know what it does. AIphanium 124 — 5y
0
MonoBlockZ is my alt, genius, maybe you shouldn't assume things? Go check his friendlist if you dont believe me. Azure_Kite 885 — 5y
0
Now, Would you kindly remove the dislike? Azure_Kite 885 — 5y
0
lol AswormeDorijan111 531 — 5y
0
LMAO Uzixt 19 — 3y
Ad

Answer this question