(Script) How to Make a Door in Roblox Studio || 2022 (This Is Broken)

Аватар автора
Игровая Зависимость
In this video I show you how to make a working door in Roblox studio. This is a very simple door that requires minimal effort to create. The script is very simple and I hope this helps. Note: add a doorknob and name it: "DoorKnob" for the script to make the doorknob do the same thing as the door. Script Down Below: script.Parent.Touched:Connect(function(hit) If hit then script.Parent.Door.Transparency = 1 script.Parent.Door.CanCollide = false script.Parent.Parent.DoorKnob.Transparency = 1 script.Parent.Parent.DoorKnob.CanCollide = false wait(2) script.Parent.Door.Transparency = 0 script.Parent.Door.CanCollide = true script.Parent.Parent.DoorKnob.Transparency = 0 script.Parent.Parent.DoorKnob.CanCollide = true Feel free to leave a like and subscribe #Roblox

0/0


0/0

0/0

0/0