ROBLOX: How to script a door.(Script in desc)
1.Insert a part and make it doorshaped 2.Insert a script into that door 3.Paste this code into the script function onTouch() game.Workspace.Door.Transparency = 0.5 game.Workspace.Door.CanCollide = false wait(4) game.Workspace.Door.Transparency = 0 game.Workspace.Door.CanCollide = true end script.Parent.Touched:connect(onTouch) 4.Click play and wak through your door 5.Enjoy 6. Comment if this script is patched I am only a beginner scripter please do not judge when I get something wrong
Похожие видео
Показать еще