Only thing tho, This only allows me to have 1 door, I will have to change the script to add more, I hope there is a way to change that?
Because it is like this “workspace.Door.Door”
But if I duplicate there will be 2 of the same names
Only thing tho, This only allows me to have 1 door, I will have to change the script to add more, I hope there is a way to change that?
Because it is like this “workspace.Door.Door”
But if I duplicate there will be 2 of the same names
True, you shouldn’t really have multiple things named the same, but you could always change the path, the new path would be:
local P1 = script.Parent.Parent.Parent.Parent.Door.P1
local P2 = script.Parent.Parent.Parent.Parent.Door.P2
as you had before