Это видео недоступно.
Сожалеем об этом.

How to Teleport Players to a Different Roblox Game - Roblox Studio Tutorial

Поделиться
HTML-код
  • Опубликовано: 16 авг 2024
  • #RobloxStudio #Teleportation
    In this video I show you how to create a teleport block that can teleport you to a different Roblox game! This is a great way of connecting multiple games that you have created or separating out large maps into individual games that players can teleport between. This is a basic version of the script and can be customized as needed!
    If you are using the link to the code below please show your support by subscribing!
    Link to Code
    www.mrmichaels...
    »Join the Discord Server!
    / discord

Комментарии • 1,3 тыс.

  • @TechwithMikeYT
    @TechwithMikeYT  3 года назад +230

    Tips:
    Make sure both games are published and you own both. It may work for some games not owned by you, but most block this.
    Allow Teleports: Go to game settings under home tab, go to security, Allow third party teleports.
    How to test: 3:27
    Get game ID: 1:30
    Here is a version of the script that has a cooldown period then allows additional teleports.
    local telePart = script.Parent
    local TeleportService = game:GetService('TeleportService')
    local placeID = 5020048423
    --replace this part
    local canTeleport = true
    local function otherGame(otherPart)
    local player = game.Players:FindFirstChild(otherPart.Parent.Name)
    if player and canTeleport then
    canTeleport = false
    TeleportService:Teleport(placeID, player)

    wait(15) --cooldown time

    canTeleport = true
    end
    end
    telePart.Touched:Connect(otherGame)

    • @Gigg_
      @Gigg_ 3 года назад +2

      It keeps crashing when i step on the teleporter what do i do?

    • @thatveganteacherfan745
      @thatveganteacherfan745 3 года назад +1

      where is game settings

    • @creeperpeeperbeeper916
      @creeperpeeperbeeper916 3 года назад +5

      @DiggyDoggy XDDDDDDDDDDDDDDDDDDDDDDDDDDD

    • @ciape7547
      @ciape7547 3 года назад +1

      does this work with places inside your game? i have been searching for one that teleports between places but they are all outdated or only teleport bewtween games, and I dont know if it works for places too.

    • @PersonCalledIce
      @PersonCalledIce 3 года назад

      Thanks!

  • @goldfishgamingwastaken
    @goldfishgamingwastaken 2 года назад +4

    I tried this same tutorial many times, and it didin't work. But somehow just tried for the last time, and it worked. I have NO IDEA how it happened but thank you.

  • @sippy____
    @sippy____ 3 года назад +40

    This man's an underrated youtuber. Keep up the great work! And also upload more great content like this!

  • @obz_1370
    @obz_1370 4 года назад +38

    Thx for the helpful tutorials.

    • @cylerpapeleras5721
      @cylerpapeleras5721 2 года назад

      Ye this is what I meant, when u play the mimic u c notice if ur the end of smth in the mimic it teleports how many players in studio

  • @loriephillips9039
    @loriephillips9039 3 года назад +8

    I thought it didn't work, turns out I typed something wrong. Thank you so much!

  • @cycomyco6117
    @cycomyco6117 2 года назад +23

    Your tutorials are some of the best on RUclips really easy to follow Kudos to you Mike.

  • @NotZDH
    @NotZDH 2 года назад +37

    You pretty much made all of my games from now to whenever possible. Thanks a ton!

  • @funky_stonks2695
    @funky_stonks2695 10 месяцев назад +1

    BRO THANKS SO MUCH.i watched every tutorial and i never cant but this helped me so much. many thanks

  • @light260
    @light260 3 года назад +6

    Dude, thank you sooooo much! You really deserve more subs, and gained one!

    • @TechwithMikeYT
      @TechwithMikeYT  3 года назад +1

      Thank you!

    • @StellarVestige
      @StellarVestige Год назад

      @@TechwithMikeYT tech can you help me i want to make this thing where you can say a code or a word and it will send you to another game is that possible and can you give me tips to try to do it?

  • @thomasmohr4780
    @thomasmohr4780 3 года назад +56

    Here is the script so you guys don't have to type it and remember to put your place ID where it says to put it!
    Here is script:
    local telepart = script.Parent
    local TeleportService = game:GetService('TeleportService')
    local placeID = -- put your place ID
    local canTeleport = true
    local function otherGame (otherPart)
    local player = game.Players:FindFirstChild(otherPart.Parent.Name)
    if player and canTeleport then
    canTeleport = false
    TeleportService:Teleport(placeID, player)
    end
    end
    telepart.Touched:Connect(otherGame)

    • @CUBEANIMATES0
      @CUBEANIMATES0 2 года назад +2

      This could work, thank you.

    • @theeggnut727
      @theeggnut727 2 года назад +2

      STİLL NOTHİNG WORKS!!

    • @CUBEANIMATES0
      @CUBEANIMATES0 2 года назад

      ok don’t care

    • @DeatCloss
      @DeatCloss 2 года назад

      @@theeggnut727 i think its because he spelled teleport wrong

    • @KindaStupid.
      @KindaStupid. 2 года назад +1

      @@CUBEANIMATES0 no reason to be like that .

  • @MisterEchoMissPandora
    @MisterEchoMissPandora 3 года назад +5

    This is a LIFESAVER man! Holy crap thank you!

  • @thatelizagamer
    @thatelizagamer Год назад +1

    if it doesnt work for you, make sure both games have allow third party invites on. you can find it in game settings then secuirty

    • @TRQZed
      @TRQZed Год назад

      there are no allow third party invites its just sales and teleport

    • @stephengamezlol
      @stephengamezlol 5 месяцев назад

      @@TRQZed KEYWORD: TELEPORT

  • @rivy6ontop
    @rivy6ontop 9 месяцев назад

    I was searching in the depths of the Roblox Devhub not realizing It wouldn't work in Studio. Thanks for specifying that!

  • @oblivion3980
    @oblivion3980 4 года назад +4

    Video suggestion
    Can you make a tutorial where you'll have to buy a "hint giver" game pass
    for each level of the game
    Like for example you're having a hard time finishing the level so you buy a gamepass then it gives you a hint, it depends on which level the player is
    Nice video BTW! ^^

  • @cheloniaturtle878
    @cheloniaturtle878 3 года назад +18

    Thank you so much, my game is growing bigger because I added this to the game! Tysm!

    • @func_george
      @func_george 2 года назад

      why u have same icon as me?

  • @pixeldev9094
    @pixeldev9094 Год назад

    I was wondering why it didnt work, but then i realised that the place was not puplished... But now it works! veryr cool👍

  • @GarBlox
    @GarBlox 3 года назад +2

    Thank you! Worked perfectly. I'm using it to make a guy "eat" you, and you appear in his inventory. lol

  • @sassi_casi1837
    @sassi_casi1837 2 года назад +7

    Thanks allot. Really helpful, clear and easy.

  • @K3stro
    @K3stro 3 года назад +24

    Script for all yall (though i do recommend listening to him and knowing what everything in the script does):
    local telePart = script.Parent
    local TeleportService = game:GetService('TeleportService')
    local placeID = (game id you want them to teleport to)
    local canTeleport = true
    local function otherGame(otherPart)
    local player = game.Players:FindFirstChild(otherPart.Parent.Name)
    if player and canTeleport then
    canTeleport = false
    TeleportService:Teleport(placeID, player)
    end
    end
    telePart.Touched:Connect(otherGame)

    • @ant17K
      @ant17K 2 года назад +1

      ty man

    • @thewolf_oo5045
      @thewolf_oo5045 2 года назад +1

      thank you very much for doing it if it wasnt for you i dont even know how to do it

    • @SunkenOcean
      @SunkenOcean 2 года назад

      ty man

    • @axeley..o9759
      @axeley..o9759 2 года назад +1

      can I add something to make it has cooldown like 15 seconds?

    • @K3stro
      @K3stro 2 года назад +1

      @@axeley..o9759 Its definitely possible, but i dont know how to do it so sorry

  • @Bajbro
    @Bajbro 3 года назад +2

    OMG!!! Thank you so much man! You made my day! Most of the time these scripts don't work but this one did! Thank you so much!

  • @OzelBlox
    @OzelBlox 3 года назад +1

    he is pretty good in coding! he deserve 1M subscriber thank u :D

  • @zacheryf9103
    @zacheryf9103 3 года назад +5

    You deserve to have way more subs.

    • @TechwithMikeYT
      @TechwithMikeYT  3 года назад +2

      Here's one for you too!

    • @foxtroll9095
      @foxtroll9095 3 года назад

      @@TechwithMikeYT Hi do you know how to do it so if a player teleports by touching a brick it doesn't appear on their continue playing section if that makes sense so they can't see the game that they were teleported directly into

  • @Showy19
    @Showy19 4 года назад +1

    Tysm, this was so helpful, ive been searching for a tutorial like this, but the ones that ive watched didnt work, after days searching i found this one, dude tysm, im really greatful

    • @riley818
      @riley818 3 года назад

      What your games name

  • @noob55912
    @noob55912 День назад

    TYSM I needed this for my backrooms game!

  • @Epic-Dude21
    @Epic-Dude21 3 года назад +4

    OMG TYSM!!! THIS IS GOING TO BE SO USEFUL FOR THE GAME I AM WORKINg ON :)

  • @Tetrisman0101
    @Tetrisman0101 2 года назад +3

    can you add it with a intermission timer?

  • @blueuniverse7704
    @blueuniverse7704 Год назад +2

    how to make it so that players can't join for example the second map without finishing the first map. They can search the name of the second map and join it directly

  • @ctraffic2.060
    @ctraffic2.060 Год назад +1

    Thank you so much! This helped me so much with my game. Keep up the amazing work!

  • @Melvaz_1_1
    @Melvaz_1_1 3 года назад +9

    Ok so in survivor, how do they automatically move you and make you teleport without your day?

    • @fliggers
      @fliggers 3 года назад

      You would need System time for that

  • @Marrcch2
    @Marrcch2 Год назад +3

    Thanks a lot
    It really helped out my game which is still private thank you so much for the tutorial so the plot of the game was a phobia game you spawn at a camp and if you find all the logs and stuff like that you randomly black out and it will teleport you to space a spacecraft cause the game name is about a phobia of endless space thanks!

  • @per1w1nke1
    @per1w1nke1 8 месяцев назад

    Thank you so much! i didnt know what i was doing wrong at first since i didnt know pressing tab to seperate some parts was necessary, or that you could even press tab at all for that
    im a new scripter, your videos definitely helped a ton :)

  • @santiagoalvarez21yearsago40
    @santiagoalvarez21yearsago40 11 месяцев назад +1

    Wow thank you i was struggling with making a teleporter you helped me thanks bro

  • @aki.j510
    @aki.j510 3 года назад +6

    ok first : this worked so well at the second time trying it and enabling third party teleport
    second : everytime i do this again it just says "Attempted to teleport to a place that is restricted" or something like that even tho its the same game id i put in the second time trying this

  • @Drago-jk2kn
    @Drago-jk2kn Год назад +5

    local Players = game:GetService("Players")
    -- Define the target place ID where you want to teleport players
    local targetPlaceId = 123456789 -- Replace with your desired place ID
    -- Function to teleport players to the target place
    local function teleportPlayers()
    for _, player in ipairs(Players:GetPlayers()) do
    -- Exclude yourself (replace "YourUsername" with your actual username)
    if player.Name ~= "YourUsername" then
    local success, errorMsg = pcall(function()
    player:LoadCharacter()
    player:WaitForChild("HumanoidRootPart").CFrame = game:GetService("TeleportService"):GetPlayerPlaceInstanceAsync(player.UserId, targetPlaceId).CFrame
    end)
    if not success then
    print("Failed to teleport player " .. player.Name .. ": " .. errorMsg)
    end
    end
    end
    end
    -- Call the teleport function when a player joins the game
    game.Players.PlayerAdded:Connect(teleportPlayers)

    • @smellycheese08
      @smellycheese08 9 месяцев назад

      i just did this:
      part = script.Parent
      TS = game:GetService('TeleportService')
      Players = game:GetService('Players')
      PlayerList = {}
      function FoundInList(player)
      for _,target in ipairs(PlayerList) do
      if target == player then
      return true
      end
      end
      return false
      end
      part.Touched:Connect(function(hit)
      local player = Players:GetPlayerFromCharacter(hit.Parent)
      if player then
      if not FoundInList(player) then
      TS:Teleport(*your game id*, player)
      end
      end
      end)

  • @aVERYrandomNAME
    @aVERYrandomNAME 3 года назад +1

    bro you are the best you help alot of content creators you know

  • @Armando.2010
    @Armando.2010 2 года назад +1

    Thank you. I am a beginner builder in roblox studio and trying to make a game that teleports to popular ones!

  • @iShimerr
    @iShimerr 4 года назад +5

    i don't know why but no tutorials i ever follow ever work :(

    • @thomasmohr4780
      @thomasmohr4780 3 года назад +2

      YAS so right

    • @PinkLasers
      @PinkLasers 3 года назад +1

      same, i can't figure this one out, I put in the exact script and it didn't work :(

    • @PinkLasers
      @PinkLasers 3 года назад

      @DiggyDoggy i dont know, i put it a part, but when I tried it it didn't work, I tried it in the actual game, and checked the script multiple times

    • @pandio116
      @pandio116 3 года назад

      @DiggyDoggy It's only available for your game so you can't teleport to other games.(I just figuredit out and it's sad

    • @pawewawrzyniak6462
      @pawewawrzyniak6462 3 года назад

      @@Cleopatra2000 u need to change ID

  • @grumpyplays9970
    @grumpyplays9970 4 года назад +5

    For a tutorial suggestion can you do a block that if something touches it so let's say another part was to touch it it explodes or let's say you were too shoot it with a gun then the block explodes
    I know this might sound weird but trust me they're going to be very helpful for one of my game projects

    • @ShadowBeastXD
      @ShadowBeastXD 2 года назад

      I would know how to do that if I knew how to tp parts

  • @AaronIvanovAnims
    @AaronIvanovAnims Год назад

    So....
    First off thank you soooooo much... Even 2 years after the tutorial released, it still works and I am happy :) Just liked it :D

  • @theromanempire._.4912
    @theromanempire._.4912 3 года назад +2

    Wow, thanks for making this video, It helped alot!

  • @arcticreindeerroleplays3488
    @arcticreindeerroleplays3488 2 года назад +4

    Thanks this was really helpful. But I have one thing, In the game where you step on the part to teleport, I made it so you can change the character you have. And when you teleport to the other game your character is your default one. Do you have a script for this?

    • @UnkownUnkown01
      @UnkownUnkown01 2 года назад +1

      I think it is default by default (no pun intended)

    • @blockyphoenix2153
      @blockyphoenix2153 2 года назад

      Use after teleport service to repeat the first procedure

    • @arcticreindeerroleplays3488
      @arcticreindeerroleplays3488 2 года назад

      @@blockyphoenix2153 Can u explain further pls because I have barely any knowledge on scripting lol

    • @blockyphoenix2153
      @blockyphoenix2153 2 года назад +1

      @@arcticreindeerroleplays3488 Alright, so basically, teleporting into another place is like joining a new game. There is a way to use one of the teleporting events called after teleport or something which can be used to launch a script right after a player gets teleported. I personally never used it before but I'm sure it could be useful if you manage to use it right.

    • @arcticreindeerroleplays3488
      @arcticreindeerroleplays3488 2 года назад

      @@blockyphoenix2153 Thanks, I’ll do some research and add it to my game.

  • @alb_blox9836
    @alb_blox9836 2 года назад +22

    Good things about the tutorial:
    1- Simple
    2- Short
    3- efficient
    Bad things about the tutorial:
    Error: theres nothing bad in this tutorial

    • @MrConfound1
      @MrConfound1 2 года назад

      Error: It only works for one person.

    • @ShadowBeastXD
      @ShadowBeastXD 2 года назад

      Wait what

    • @toothcandle
      @toothcandle 2 года назад

      @@MrConfound1 wdym

    • @alb_blox9836
      @alb_blox9836 2 года назад

      @Mayrve probably because idk maybe you need uhh to create something there idk

    • @wall_eater2
      @wall_eater2 Год назад

      ​@@MrConfound1 theres an cooldown if you guys noticed

  • @BirdyBlox
    @BirdyBlox 2 года назад

    I was making a story game that first it will teleport players to the story map by making the car move to the black screen but I didn't know how to teleport so I watched this vid and it told me wat to do thank you soooo much

  • @suspiciousmonkey1234_
    @suspiciousmonkey1234_ 2 года назад

    Thank you very much, I am doing a small game as a gift for my friend's birthday and I really needed this

  • @chromaticchrono5141
    @chromaticchrono5141 3 года назад

    WOW i really thought i messed up but no, it worked! U earned my like.

  • @hanzastudio
    @hanzastudio Год назад

    THXXXX liked and subscribed and i clicked the bell button :)

  • @Akskdjxnxnamwkdj12
    @Akskdjxnxnamwkdj12 3 года назад +1

    This is so handy If your trying to make a Roblox Myth Group thanks man!

  • @GalacticAnimationsYT
    @GalacticAnimationsYT 3 года назад +1

    Thank you so much I've been trying all day to get a code that works and this one was the only one that worked thank you!

  • @realbloxmines9388
    @realbloxmines9388 Год назад +1

    this seems like a very good tutorial, I will use it for my next update for my game after new years eve

  • @bitevrofficial
    @bitevrofficial 2 года назад

    YOU ARE AMAZING! Thanks for the code man, SUBBED!

  • @alannafiz
    @alannafiz 3 года назад +1

    OMG OMG TYSMMMMMM IVE BEEN SEARCHING AGES FOR ONE OF THESE AND ITS FINALLY DONE. IM SO HAPPY RN OMG TYTYTYTYY

  • @sharkbiteomg
    @sharkbiteomg 2 года назад

    Thanks so much for putting the script in the description! Thanks so much it worked!

  • @groundbreakerexplore
    @groundbreakerexplore Год назад

    Thank you so much for this tutorial video friend

  • @staystrapped
    @staystrapped 4 месяца назад

    You just gained a subscriber!! Thank you so much for you help!

  • @neslihankaraca2452
    @neslihankaraca2452 Год назад

    you teach me a lot things. thank you very much, from Türkiye

  • @No-wx7zz
    @No-wx7zz 2 года назад +2

    Thanks Mike
    -Mike

  • @Falonhan
    @Falonhan 3 года назад

    Thank you very much this helped me a lot because your teleport script is the latest one not like the others, other peoples game teleport script tutorial are mostly a very old script from 2 or 3 years ago which does not work anymore, sometimes it makes your roblox not responding but yours doesn't I appreciate that!

  • @Dake-gw6it
    @Dake-gw6it 3 года назад +2

    Its not working :( niether are the others, i read the comment and enabled third party teleporting, but i cant get it to work

  • @it.watdan
    @it.watdan Год назад

    Thank you so much, ur the best! keep it up!!!

  • @Mwahaha8000
    @Mwahaha8000 2 года назад +1

    these tutorials are really helpful thx

  • @chloedutton8937
    @chloedutton8937 Год назад +1

    Tysm! This saved me alot of anger 😂😂

  • @YourAverageRock
    @YourAverageRock Год назад

    Thanks this worked 3 years later!

  • @camoflamer
    @camoflamer 3 года назад

    TYSM it worked! So happy it's a fast teleport too!

  • @idontknowagoodname5025
    @idontknowagoodname5025 2 года назад

    i was wondering how to teleport players to games that you can only join by going in that game, but this still helped!

  • @ShermanMark1
    @ShermanMark1 2 года назад

    Oh yes this is going to make making different games modes easy thank you so much!❤❤❤❤

  • @Random45768
    @Random45768 2 года назад

    thx man, this helped alot in my backrooms game!

    • @mapes2572
      @mapes2572 2 года назад

      same i also making backrooms game

  • @lactro3862
    @lactro3862 2 года назад

    thank you so much it's work!! you're the best

  • @DavidHashem
    @DavidHashem 3 года назад

    TYSM FIRST TIME SCRIPTING WORKED IM LEARNING

  • @pivasquitasd7670
    @pivasquitasd7670 3 года назад

    you are
    a legend
    you're tutorials and videos are
    tremenodous,fasinating, Marvelous ,Magnificent
    You are an outstanding person!

  • @Wertulimbo
    @Wertulimbo 3 года назад

    DUDE , THANK YOU SO MUCH! THIS IS SO USEFUL I HOPE YOU GET THE LIMITED OF SUBS!

  • @HURRIC4NEyt
    @HURRIC4NEyt 2 года назад

    I love you (NO HOMO) tysm dude im making a "The Backrooms" game and I needed this at the end of the first level so you get teleported to The Poolrooms when you touch the exit
    heres the script btw if you are having difficulties
    Fill in the "local placeID =" with the id of the game you want to teleport to btw.

  • @starg1rl197
    @starg1rl197 Год назад

    That's so cool ima add this to my game thank you for making this tutorial!

  • @ben_2007
    @ben_2007 3 года назад +1

    thanks dude! helps for my horror game!

  • @kataa7528
    @kataa7528 3 года назад

    Wow thank you so much i'm making a game and i need this so much so i will subscribe you :D !!

  • @kiwithepilot6856
    @kiwithepilot6856 3 года назад

    TYSM I WATCHED 10 TUTORIALS AND THIS IS THE FIRST ONE THAT WORKS TYTYTYTYTYYTYYT

  • @rosemaryplayz
    @rosemaryplayz 2 года назад

    TYSM BRO I OWE U SOOO MUCHH I SUBBED AND LIKED!!!

  • @Natrual126
    @Natrual126 4 месяца назад

    Thank you it worked this helped alot!

  • @dadawg8668
    @dadawg8668 3 года назад +2

    Thank you bro I'm making a kinda ripoff game of another game and this is perfect

  • @zypis6584
    @zypis6584 2 года назад

    This helped me make my game (Find The Noobs) For Realms, Thanks Alot!

  • @munchyzzz9234
    @munchyzzz9234 3 года назад

    ty, i tryed your other ones and it worker thanks alot man 🙏

  • @MrSnazzz
    @MrSnazzz Месяц назад

    i love and respect you dearly mike

  • @venusnr0711
    @venusnr0711 2 года назад +1

    Thank you very much, it helped me alot!

  • @outgoop
    @outgoop 2 года назад

    This helped so much, thank you mike!

  • @mrdoggy7851
    @mrdoggy7851 4 года назад +1

    Amazing video!!

  • @tonyprasomsuk1244
    @tonyprasomsuk1244 3 года назад

    Awesome! Thank's a bunch, Mike!

  • @Wolfpac_21_memes
    @Wolfpac_21_memes Год назад

    this is such a good tutorial thx

  • @FeelBADinc.
    @FeelBADinc. 3 года назад

    Oh my gosh! This worked, thank you! I will subscribe and like!

  • @amerudinmuhamadnolwi3509
    @amerudinmuhamadnolwi3509 2 года назад

    Thanks I Made A Spongebob Game So I Can Make Players Teleport To The Inside Thank You Again 😊☺️

  • @ScrepTure
    @ScrepTure 3 года назад +2

    Thanks, you just earned a sub!!

  • @Natrual126
    @Natrual126 4 месяца назад

    Ypu made my game telport the the one i wanted it to thank you!

  • @iikaaelin3793
    @iikaaelin3793 3 года назад +1

    the code in the pinned comment works for teleporting mulitple players, but im using this for a story game, and when 2 people from different lobbies teleport, it puts them in the same server. the code in the description works but only teleports one player, but doesnt teleport to the same server. im confused pls help

    • @CasuallyRaining
      @CasuallyRaining 2 года назад

      im currently doing the same and im having no luck

  • @BestDaveyNa
    @BestDaveyNa 2 года назад

    I SWEAR BRO IT WORKS FOR ME OMG OOMG I SPENT 2 DAYS GETTING SCAMMED BUT IT FINALLY WORKED OMGGGGGGGGGGGGGGGGGGGGGGGGG

  • @BigFatBoyzz
    @BigFatBoyzz Год назад

    Finnaly… I can be owns a myth and make horror games with this

  • @judesibley5390
    @judesibley5390 2 года назад

    Dude thank you so much that was super helpful

  • @Chopsey0
    @Chopsey0 3 года назад

    Dude ur legit Amazing. i thought it was bs when it didnt work but i made some minor errors. But it works now I LOVE U

    • @Chopsey0
      @Chopsey0 3 года назад

      1 Problem that ive just noticed is that when im playing with friends and we both go on the pad only 1 of us teleports do u have a fix?

    • @TechwithMikeYT
      @TechwithMikeYT  3 года назад +1

      Check pinned comment

    • @Chopsey0
      @Chopsey0 3 года назад

      @@TechwithMikeYT do i delete the other script and use that instead?

    • @TechwithMikeYT
      @TechwithMikeYT  3 года назад +1

      You can. Just update the game id section again if you do

  • @ramenXD
    @ramenXD 2 года назад

    using this for find the balloons thanks a bunch!

  • @SonicVoiceActsYT
    @SonicVoiceActsYT Год назад

    it worked for me thanks man/bro!

  • @yam5412
    @yam5412 3 года назад

    thanks!! i needed this tutorial for my myth game

  • @itakeeee22225
    @itakeeee22225 3 года назад

    I LOVE YOU MAN THE ALLOW TELEPORT THING SAVED ME MAN :))

  • @charlesrichmondepascual9458
    @charlesrichmondepascual9458 3 года назад

    Thank you so much! This is very Helpful.