HOW TO MAKE A TELEPORTER GUI 🛠️ Roblox Studio Tutorial

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024

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

  • @iminadoor
    @iminadoor 2 месяца назад +9

    IF YOUR GAME IS R6 do this code
    wait(1)
    player = game.Players.LocalPlayer
    button = script.Parent
    local debounce = false
    function teleport()
    if not debounce then
    debounce = true
    local Torso = player.Character.Torso
    Torso.CFrame = game.Workspace.StartLevel2.CFrame -- Change "CHANGEYOURPARTNAME" to whatever you rename your part to.
    script.Parent.Parent.Visible = false
    end
    end
    button.MouseButton1Click:Connect(teleport)
    while true do wait()
    debounce = false
    wait(2) -- This limits to how often a player can click the teleport button (In seconds).
    end

  • @TheTrueKittenSeeker
    @TheTrueKittenSeeker 5 месяцев назад +6

    this was really easy, and i applied it to a game im a dev team of and its super simple! one of the other devs had a super complex script (for a dumb / beginner developer like me), and i bet the rest of the team will be happy! and dont worry, i subbed!

  • @Yashers90
    @Yashers90 Год назад +49

    IF IT DOESNT WORK: IF it doesn't work, make sure you go through each of the steps carefully. If you correctly followed all the steps and still doesn;t work, it might be because your character is r6.
    IF YOUR CHARACTER IS r6 here is what you do:
    Go into the local script inside the text button inside the teleport gui frame. once you do that, change "LowerTorso" into "Torso" because LowerTorso is an r15 part and not an r6 part. Once you do that, test it and it should work fine
    if your confused what script, here it is:
    wait(1)
    player = game.Players.LocalPlayer
    button = script.Parent
    local debounce = false
    function teleport()
    if not debounce then
    debounce = true
    local Torso = player.Character.Torso
    Torso.CFrame = game.Workspace.CHANGEYOURPARTNAME.CFrame -- Change "CHANGEYOURPARTNAME" to whatever you rename your part to.
    script.Parent.Parent.Visible = false
    end
    end
    button.MouseButton1Click:Connect(teleport)
    while true do wait()
    debounce = false
    wait(2) -- This limits to how often a player can click the teleport button (In seconds).
    end
    as you can see i changed all the "LowerTorso"s to "Torso"

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

      im r15 and it dosent work

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

      THANKYOU SO MUCH

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

      @@STARSGOINGATRIANGULUM this is for r6, not r15, if your r15 keep the tutorial the way it is , this comment is only for r6

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

      yo thanks bro

    • @godforl1fe
      @godforl1fe 11 месяцев назад

      still doesnt work with r6 for some reason

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

    someone help me bro the opening the thing works but then whenever i try to click the teleport button it does nothing /:

    • @AvHOFFI
      @AvHOFFI 18 дней назад

      maybe it only works when ur close idk it happens to me too

  • @Jacobttbrlx
    @Jacobttbrlx 8 месяцев назад +4

    OML, THANK YOU SO MUCH. YOUR TUTORIALS HELP ME SO MUCH!

  • @mohammadsauleh1734
    @mohammadsauleh1734 3 месяца назад +2

    Ayo, this actually works! You know what? Youve earned a well deserved sub, and also, pls keep making these. So simple

  • @tiawardell
    @tiawardell 7 месяцев назад +4

    BROOOO NO WAY IT WORKED DO YOU KNOW HOW MUCH TUTORIALS I HAD TO WATCH AND THEY DIDNT WORK? U EARNED A NEW SUB and im going to support u / watch ur tuts because they are the only ones that work WWWW

    • @Itz_FloppyFish
      @Itz_FloppyFish  7 месяцев назад +1

      Thanks so much for the support! Have a great weekend!

    • @SBS6538T_LaughProductions
      @SBS6538T_LaughProductions 3 месяца назад +1

      Wait is real?

    • @user-ku7im1cb8x
      @user-ku7im1cb8x 4 дня назад

      @@SBS6538T_LaughProductions he only comments for those who already have it instead he should help

  • @Scouty23379
    @Scouty23379 5 месяцев назад +2

    I've been wanting a good GUI teleporter for my horror game thank you so much

  • @KeloozZ
    @KeloozZ 3 месяца назад +1

    Thank you so much floppy, your videos are the only ones that work and you help me a lot on my developing journey. Again thank you,

  • @BloxZoom
    @BloxZoom 5 месяцев назад +1

    OMG DUDE FINNALY A REAL GOOD VIDEO FOR SHOWING THESE TYPE OF TUTORIELS THANK YOU SO MUCH

  • @Chili_YT
    @Chili_YT Год назад +15

    Hey Floppy, what if I wanted the player to unlock the world first then being able to teleport. How would I do it?

    • @sarahasril114
      @sarahasril114 Год назад +6

      dont put the screen gui in starter gui put it in a guiscreen and link the second wworld

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

      @@sarahasril114 thanks!

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

      @@sarahasril114 can u elaborate how to do that

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

      @@sarahasril114 pls. can you show how to make this?

  • @OfficialAzeyPLAYZ
    @OfficialAzeyPLAYZ 5 дней назад

    TYSM YOUR THE BEST THE OTHER ONES DIDNT WORK YOURS IS THE ONLY ONE THAT DID TYSMM

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

    YOOO! FINALLY A REAL NOT SCAM CLICKBATE VIDEO! IT WORKED! TYSM FLOPPY! LOVED YOUR VIDEOS AND I OFC LIKED AND SUBSCRIBED! YOU DESERVED IT :D

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

    Dang I've always been wanting to create on of these and thanks to you I can now do it :)

  • @ZachRelax
    @ZachRelax 9 месяцев назад +3

    Thanks you, it helped so much!

  • @Breccann
    @Breccann 7 месяцев назад +2

    Thank you SO much for adding the script in the description.

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

    Tysm

  • @tobykerwin3053
    @tobykerwin3053 9 месяцев назад +2

    thank you so much at first it didn't work but second go works nicely ty

  • @S1umpoFN
    @S1umpoFN 2 месяца назад

    THANK YOU SOOOOOO MUCH YOU DONT KNOW HOW HAPPY I WAS WHEN
    THIS WORKED (FOR A BEGINNER LIKE ME )

  • @RaadinTM
    @RaadinTM 3 месяца назад +2

    i have a problem when i click the teleport button it teleports but all the buttons dissapear

  • @UpdateRealChannel
    @UpdateRealChannel Месяц назад +1

    You are The Best I Have Always Wanted To make A game But Because of you that is possible you helped me with badges with passes with touch part click part TYSM I Subbed

  • @Official_PokerTV
    @Official_PokerTV 9 месяцев назад +3

    Hello! You're the only one who puts the code in the description! Your videos are also awesome! Nice job, +1 subscriber to your amazing channel!

  • @Angrotim
    @Angrotim 6 месяцев назад

    TYSM! THIS VIDEO IS SUPER USEFUL AND NOT CLICKBAIT!

  • @pepazdepa-hc3tv
    @pepazdepa-hc3tv 6 дней назад

    DAYYUM thank you dude!

  • @darekjuchumphotography2024
    @darekjuchumphotography2024 11 месяцев назад +2

    bro thank u so much u are a lifesaver, u get a sub

  • @Roblox_GAMER420
    @Roblox_GAMER420 5 месяцев назад +1

    THANK YOU SOOO MUCCHHH ME AND MY FRIEND HAVE BEEN TRYING TO DO THIS FOR DAYSSSSSS

  • @XaronPlayzPiano
    @XaronPlayzPiano 3 месяца назад +2

    Only 1 button works? I have R15 and I followed every step carefully but only one teleport button works. The rest dont do anything.

    • @AvHOFFI
      @AvHOFFI 18 дней назад +1

      same @XaronPlayzPiano

  • @eddygarcia5953
    @eddygarcia5953 3 месяца назад +1

    I did this in a seperate studio session and then when i transfered it into my game it doesn’t work anymore when i hit the button.

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

    YO TYSM
    UR THE BEST THAN ANY ROBLOX STUDIOR THAT TRIED TO MAKE GOOD TUTS (some do but they dont work for me)

  • @sunnyfk5371
    @sunnyfk5371 2 месяца назад +1

    By the way guys, this doesnt work if the teleport destination is too far away from the player (meaning its not loaded in).

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

      Thank you this helped me

  • @Wozel121
    @Wozel121 2 месяца назад

    OMG THANKS ALOT IT WORKED !!!!

  • @cikaldz8433
    @cikaldz8433 2 месяца назад +1

    Thanks bro🎉

  • @OxErEiO-1098
    @OxErEiO-1098 6 месяцев назад

    Your the only youtuber that😊 lets us copy paste scripts which is very kind. Keep up the good work! Your my favourite RUclipsr

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

    If anyone needs help figuring out why clicking the teleport buttons doesn't actually teleport you anywhere, it may be an R6 / R15 situation that I noticed. My game is in R6 and the code mentions ''LowerTorso'' which is not a part on the R6 body. Simply change the code text in the teleport buttons from LowerTorso to Torso and it should work.

  • @Spooderman32111
    @Spooderman32111 2 месяца назад

    yo bro only 1 worked for me but its ok i will figure it out but thanks for the tutorials, keep making them!

  • @EmmettEarthy
    @EmmettEarthy 2 месяца назад +1

    Hey, the teleporter works but for some reason the main frame aka the thing that opens the teleporters disappears when i join the game only on mobile

  • @xspiderMM2
    @xspiderMM2 5 месяцев назад +1

    TYSM THIS WORKED!!

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

    Than You Very Much!!!! You helped me!

  • @AlfredThePro
    @AlfredThePro 2 месяца назад

    btw if it says character model does not have lower torso change the lower torso to HumanoidRootPart

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

    This is so helpful thanks!

  • @nobodyplays_official
    @nobodyplays_official 10 месяцев назад

    i like your tutorials. its making me a coin game!

  • @user-gi5xf5yp2u
    @user-gi5xf5yp2u 7 месяцев назад

    glad your put your script at description!

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

    How to make a lifting gui
    I want to make an update in my game of Geometry Dash in which the character, when crossing a hoop, can fly. I already have the buttons and the script that will make them appear when touching the ring. I just need to make the buttons work. One says Up and the other Down

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

    thank you it works perfectly

  • @Armanaanand-r8z
    @Armanaanand-r8z Месяц назад +1

    i thought it didnt work until i found out that I DIDNT COPY PASTE EVERYTHING IN THE SECOND SCRIPT

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

    Ty sm man You made it very simple

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

      I’m so confused so it was working to we’re the part was far away but now all the sudden it doesn’t work it only seems to work when the part it close to the player can you help me?

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

    I sub because you helped me to get robux Tysm

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

    bro best tutorial deserves a like

  • @VeyopDev
    @VeyopDev 3 месяца назад

    Thank u for teaching dude

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

    Guys if it says somthing about lower torso you have to just delete the word lower or put ur game in R15

  • @ActiveDean
    @ActiveDean 2 месяца назад +1

    When i click bluearea, its not teleporting me the it... someone pls help!

  • @jordanjali7399
    @jordanjali7399 Месяц назад +1

    doesnt work for me when i click the button nothing happens

  • @airbusontop73
    @airbusontop73 10 месяцев назад

    Nice simple working script! thanks

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

    You earned a new sub

  • @tpdivine6309
    @tpdivine6309 7 месяцев назад +1

    instead of putting a frame can u put a scrolling frame?

  • @KONDE321
    @KONDE321 10 месяцев назад +2

    This works but when the tp place is too far away it doesnt does anyone have idea how to fix that?

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

      Oh my god the same thing happened to me, everyone like this comment so floppy or a smart person can see this!

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

    Plzz help me it was working but all of the sudden it doesn’t. It only works when the part is very close to the play before the part could be very far idk what happened.

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

    Thank You So Much ❤❤

  • @EverythingIsClearNow
    @EverythingIsClearNow 2 месяца назад

    it didnt work, i cant open the gui for the teleports, and even if the teleports frame does open, it wont teleport you when you click it
    PLEASE help

  • @mohamedlakhdar3051
    @mohamedlakhdar3051 10 месяцев назад

    tnx bro you are the best🥰

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

    u are owesome ty!!!!

  • @iyolsa
    @iyolsa 5 месяцев назад +1

    the teleport gui automatically opens when u enter the game, is there any way to fix that?

    • @IceB0ld
      @IceB0ld 2 месяца назад

      make it invisible like uncheck the visible button

  • @Barbecubes92
    @Barbecubes92 2 месяца назад

    I LOVE YOU BRUV

  • @PinguABC
    @PinguABC 15 дней назад

    I'm trying to put the text button into the frame but its making it invisible? Please help

  • @MrNobody-vb8rf
    @MrNobody-vb8rf 3 месяца назад +1

    dont you want to teleport in the sever not the client?

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

    Thanks! I agree that @Yashers90 comment worked on r6! Thank you, Floppy and Yashers! :D Also i liked

  • @BegulaDaFirst
    @BegulaDaFirst 7 месяцев назад

    thanks again :D

  • @TheRealAdam3
    @TheRealAdam3 2 месяца назад

    It doesn't work very well, because when I join the game by putting the mistletoe before the "play" menu

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

    Thanks man!

  • @SophieRoseRutkowska
    @SophieRoseRutkowska Месяц назад +1

    For some reason when I press on the button it does not teleport me. Do you know why this is the problem or have any clue because I have tried this three times and all have declined.

    • @SophieRoseRutkowska
      @SophieRoseRutkowska Месяц назад +1

      nvm it works thanks just had to edit smth

    • @HEFEUTEU
      @HEFEUTEU Месяц назад +1

      @@SophieRoseRutkowska how it didnt work for me i didnt got teleported :(
      .
      pls help

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

      @@HEFEUTEU im not rlly sure i just move the part a little bit more up but for me it literally broke AGAIN so idk how to fix it

  • @jenz_.
    @jenz_. 11 месяцев назад +7

    I love your tutorials so much! They're so helpful and it helps me a lot to make my game better! I'll use your tutorials from now on. The other tutorials are hard to understand as they keep on messing up. Could you please make a tutorial on how to make someone sit (with a different emote) when a part is touched? I really need this tutorial for my hangout game. If you can't do it, that's fine! I'll still support you

    • @s3vexraleyes
      @s3vexraleyes 6 месяцев назад

      to make a custom sit animation. u have the grab the animate script, and put it into a scs. this can be done by testing Ur game for a second and adding it into starter character scripts (scs) make sure u make the sit animation is the id of the sit id in the script, and go to explorers and properties, go to the value "sit". then change the animation id as well. tell me if it works

    • @s3vexraleyes
      @s3vexraleyes 6 месяцев назад

      or u can make a animation play when the gui is touched.

  • @SRL_Kicks
    @SRL_Kicks 2 месяца назад

    Once you delete the gamepass for testing could you get it back or is it gone forever

  • @poursoulZ
    @poursoulZ 20 дней назад

    i need help, i did everything correctly even fixed the scripts because my game is R6 but for some reason when i join the play test the teleport button isnt there can someone help ?

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

    like for simulator which has you unlock the areas will it teleport them to the area they haven't unlocked?

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

    How do this with only somone who has VIP gamepass

    • @Alix_Ahmad
      @Alix_Ahmad 7 месяцев назад +2

      Same I am also trying to find it

    • @uchilament
      @uchilament 7 месяцев назад

      @@Alix_Ahmad script here
      if player.localplayer.ownsgamepass then
      “Your gui here”.visible = true
      end

  • @wildgamer275
    @wildgamer275 3 месяца назад

    edit: i redid it and now it works

  • @Sharkey_StudiosRBLX
    @Sharkey_StudiosRBLX Месяц назад +1

    I had to Restart It becouase I deleted The rong thing for Part name. Edited

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

    But Ty So much for that Tutorial👍

  • @CinnabonPlays
    @CinnabonPlays 6 месяцев назад +1

    w but if I wanted to add a unlock system where you unlock the ability to teleport to the world only ounce u unlocked it how would I go about doing so ?

  • @cumacicek3035
    @cumacicek3035 7 дней назад

    ı want to do it like psx if u didnt reach to the second area u cant teleport to area 2 like its locked how to do that

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

    Thx it worked

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

    How do I animate the GUI so it doesnt just open and instead comes from the left/right side

  • @German.Countryball0
    @German.Countryball0 10 месяцев назад

    thank u very much i appriciate your help

    • @German.Countryball0
      @German.Countryball0 10 месяцев назад

      (srry for my grammars if its bad im not english)

    • @henry4915
      @henry4915 7 месяцев назад

      @@German.Countryball0its not bad att all its quite good for a non english person

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

    its not working for me, when i click on the place i wanna teleport to it wont teleport me

  • @NoobwayStudios
    @NoobwayStudios 6 месяцев назад

    thanks! I'm making a main menu of a platformer game where you click a level and you spawn there
    I'll code the rest where you unlock levels thanks!!!!!

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

    how to make that another teleport part button locked. and will unlock when player reach the 2nd teleport part?

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

    i spent soooo long doing this and it did not work even thing else works unseat when you try to tp it won't work

  • @Knights-of-Redcliff
    @Knights-of-Redcliff 11 месяцев назад +1

    For some reason, the popping up GUI does work, but when I try to click the area gui that tps me, it doesn't work. Idk what to do and it's SO annoying...
    Update: It works now, thanks to @valocid but after that it just goes pink and won't pop up back. Can ya help me?

  • @CosmicalAleph
    @CosmicalAleph 3 месяца назад +2

    i wasted 10 minutes of my life and it doesn't work..

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

    W tutorial!

  • @savitavi.
    @savitavi. Год назад

    Yo It worked thanks

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

    thank you so muchh

  • @Ethannothere_73
    @Ethannothere_73 2 месяца назад

    Hey Floppy, I cant click the Teleport part. How do i fix this?

  • @ChloeM.-xp2wv
    @ChloeM.-xp2wv 25 дней назад

    Hey, it works but I have a different technique and for some reason it doesnt work as expected. I don't have a "teleport" button, because I only had ONE location to teleport to. So basically, the "teleport" button I made directly teleports you, and doesn't open a screen. HOWEVER, for some reason, I can Only teleport once. I tried looking in the script, but I SUCK at coding, so I had no idea what was wrong... Please help.. Also I subbed!

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

    It don´t work for me and idk why. It works in other maps but not in the map i need it

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

    I love your videos

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

      Thanks so much!

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

      @@Itz_FloppyFish bro how do i make the teleport a gmaepass

  • @i_quit_bye535
    @i_quit_bye535 Месяц назад +1

    DUDE WHY ISNT IT WORKING

  • @myuseris_stinkkat
    @myuseris_stinkkat 6 месяцев назад

    thankssssssss

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

    It says that Lower toso isnt a valid member of model

  • @bingchilling19
    @bingchilling19 2 месяца назад +1

    THIS DOES NOT WORK IF YOU HAVE ACS INSTALLED, DO NOT TRY IT IF YOU HAVE ACS INSTALLED I WASTED A LOT OF TIME ON THIS