Як зробити портал в Роблокс Студіо|Roblox Studio 🤩

Поділитися
Вставка
  • Опубліковано 21 лис 2024
  • Ігри

КОМЕНТАРІ • 1

  • @Foxy-3008
    @Foxy-3008  7 місяців тому +2

    function ActivateTeleport(touchedObject)
    if touchedObject and touchedObject.Parent:FindFirstChild("Humanoid") then
    touchedObject.Parent.HumanoidRootPart.CFrame =
    game.Workspace.Teleport2.CFrame
    end
    end
    game.Workspace.Teleport1.Touched:Connect(ActivateTeleport)