Hey! I’m trying to make doors that are similiar to i.e. Phasmophobia’s drag to open doors, where you hold and drag your mouse in order to move a door.
While I’ve tried a bunch of things, none of them give my expected result and quite frankly, I have no idea where to start, hence why I was wondering whether any of the people on here could help me with this.
I searched Google but it appears that I am the first person encountering this issue.
Do any of you know where I would start with making this system?
you can use mouse.Button1Down event and the mouse.Move event to do it maybe? after that you can check if the hit of the mouse is a door then move the door following the mouse
Great news; I’ve resolved the issue and it is functional! If anyone would like to provide feedback on my current solution feel free, I’ll leave the place file here so people who have the same issue can use it. Door.rbxl (38.9 KB)
Thanks for this, very helpful for people just passing by, just one problem though. When trying to control the door from the other side it seems that it is inverted. Is there any fix?