How to Make a TELEPORTER to Travel In Between Games!

Поделиться
HTML-код
  • Опубликовано: 29 июн 2024
  • Hey! In this video, you'll learn how to make your own teleporter in Roblox Studio to travel in between your roblox experiences!
    Track Title: “This Is For You”
    Artist Name: Lukrembo
    Script:
    local TeleportService = game:GetService("TeleportService")
    local gameID =
    function onTouched(hit)
    local player = game.Players:GetPlayerFromCharacter(hit.Parent)
    if player then
    TeleportService:Teleport(gameID, player)
    end
    end
    script.Parent.Touched:Connect(onTouched)
  • ИгрыИгры

Комментарии • 4

  • @SemRevination
    @SemRevination 12 дней назад

    This helped so much thank you!!

  • @TreskyOfficial
    @TreskyOfficial 13 дней назад

    yo bro i have offer for you, we are going to do extremly complex game and i want to offer you to join our team

    • @PalmicheMC
      @PalmicheMC  13 дней назад +1

      Alr but I'm not the best scripter out there, I pretty much a beginner tbh