Hey, I need some help. On my map there is a small building and the doors there are just walk through as of now. But someone recommended making the doors swing open.
What I want to know is how would I script the blocks that are the doors to swing open when a humanoid touches them, Not with a mouse click though, Just walking into it.
(I'd include a script, But sadly I'm quite 'fresh' so to speak with it.)
Thanks.
Well that depends on what you want the "swinging" action to look like, you can always include a hinge joint so for example, you can resize a part and put a hinge joint on the top left and bottom left corners and then build a door frame to attach the joints to, however, sometimes the joints can go haywire and cause the door to come flying the moment it moves but it's rare. If you want it to be a smooth open movement, you need to use cframe or an animation. With cframe you can use a script and use Vector3 values (if i'm not mistaken), but I'm not familiar with that yet.