Как сделать портал в roblox studio?

Аватар автора
Битвы и Победы
Как сделать портал в roblox studio? скрипт на портал1: script.Parent.Touched:Connect(function(hit) if game.Players:GetPlayerFromCharacter(hit.Parent) then hit.Parent.HumanoidRootPart.CFrame = workspace.Teleport2.CFrame end end) скрипт на портал2: script.Parent.Touched:Connect(function(hit) if game.Players:GetPlayerFromCharacter(hit.Parent) then if script.Parent.Locked == false and script.Parent.Parent.Teleport2.Locked == false then script.Parent.Locked = true script.Parent.Parent.Teleport2.Locked = true hit.Parent:MoveTo(workspace.Teleport2.Position) wait(1) script.Parent.Locked = false script.Parent.Parent.Teleport2.Locked = false end end end) 0:00 Начало 0:23 Гайд 2:05 Конец

0/0


0/0

0/0

0/0