Как сделать так, чтобы за тобой закрывались двери в Roblox Studio!

Аватар автора
Игровые Приключения в Мрачных Мирах
скрипт: local door1 = script.Parent.DoorPart1 local door2 = script.Parent.DoorPart2 local checker = script.Parent.HasPlayerSteppedMachine checker.Touched:Connect(function(hit) if hit.Parent and hit.Parent:FindFirstChild("Humanoid") then door1.Position = Vector3.new(54.5, 5, -20) door1.Anchored = true door2.Position = Vector3.new(58.5, 5, -20) door2.Anchored = true end end)

0/0


0/0

0/0

0/0