Basically a door that opens when you click on it
you can make it the handle or any part of door to click to open
I could build a door model I just need script
Use Instance.new("ClickDetector") to make something clickable.
Then use the event:
ClickDetector.MouseClick:connect(function()
--to make it do stuff.
end)
Thank you for trying to help but Im a complete noob to scripting, I'm just good at building so I need to learn to script soon if I'm gonna try to make a successful game