Hi everyone
I’m trying to get some output from my mouse position for both first e third person but i’m having issues chosing how to do so (i also hope this is the correct section)
At the moment i know three methods but i actually want to hear some feedback from someone who has more experience than me
First one - Use User Input Service and Mouse.Target
The only problem with this one is that it doesn’t update if the player moves without moving the mouse, probably has some fix for it.
Second one - Use Mouse.Target but with RenderStepped
Looks the best option at the moment but i read that can cause lag
Third one - Use a Raycast with RenderStepped
This one is the option i know less, i just know it is the less lag inducting one but as i tried something the Raycast didn’t look precise at all, maybe i did something wrong
What do you guys suggest? I don’t need pre-made scripts, only some instructions if you want to share it.