How do I make a Door?
(202020202020)
You could use a Proximity Prompt to detect when someone tries to open the door.
When the Proximity Prompt is triggered, you could use TweenService to move the door open in a smooth motion.
Resources:
https://developer.roblox.com/en-us/api-reference/class/ProximityPrompt
https://developer.roblox.com/en-us/api-reference/class/TweenService
Can you explain what you’re wanting in more detail? How do you want it to function? How do you want it to look when completed? How should we open it? Clicking it or clicking a key near it to open it?
All I want is when the player hits the door it swings open
In your case, Door.Touched would be much more useful.
Check if the part that hit it is part of a character, and then have the door open.
If you don’t want to script, this would come in handy: Getting Started (A tutorial about making doors using constraints and physics)
Otherwise, just take the advice of other people replying. Or better yet just look around the devforum and YouTube for tutorials.