How to make a limit player gate in Roblox Studio (OUTDATED)

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

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

  • @suski62
    @suski62 6 месяцев назад +46

    Did bro just say gay kid? 2:21 and make sure captions are on for more proof XD

  • @MerlinsBeard87
    @MerlinsBeard87 7 месяцев назад +12

    Usually when I do one of these tutorials I have to watch it several times but this was Very easy to understand, Keep up the great work

  • @SL1-1
    @SL1-1 9 месяцев назад +87

    Here Is The whole thing :D
    local TweenService = game:GetService("TweenService")
    local TransitionEvent = game.ReplicatedStorage.TransitionEvent
    local Player = game.Players.LocalPlayer
    local TransitionGui = Player.PlayerGui:WaitForChild("TransitionGui")
    local frame = TransitionGui:WaitForChild("Frame")
    TransitionEvent.OnClientEvent:Connect(function()
    local framevisible {}
    framevisible.backgroundTransperency = 0
    local info = tweeninfo.new(2)
    TweenService:Create(frame, info, framevisible):Play()
    end)

    • @RobloxElude
      @RobloxElude 7 месяцев назад +3

      you forgot the equal for framevisible

    • @Patrick-eh9cj
      @Patrick-eh9cj 6 месяцев назад +2

      You forgot some commands

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

      thanks

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

      Tysm

    • @SL1-1
      @SL1-1 4 месяца назад

      @@Extreme_Playz_1 Alg bro :D

  • @tumkotik
    @tumkotik 8 месяцев назад +14

    Thanks! That actually worked
    If u get an error and u can’t teleport to second place publish it too

    • @JustYou-qg1kt
      @JustYou-qg1kt 7 месяцев назад +1

      But when you teleport to the place the screen will be black

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

      I published them both and i did third party thing but it didnt work

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

      @@nicolewong8893 make sure to do everything he said and also make a new place and use only that place asset id no other one

    • @happy-sigmaskibidirizzohio
      @happy-sigmaskibidirizzohio 9 часов назад

      @@LSPPlayZ but i want it to teleport to the other place i made now the add new place

  • @Zybin_Younis
    @Zybin_Younis Год назад +25

    Can You Make Another Story Series Please 😁
    Part 1: Lobby, Lobby Gate, Title Label, Gamepass Shop
    Part 2: Dialog, Objective/Timer, Transition Screen
    Part 3: Npc Animate Script, Npc Movement
    Part 4: Teleport Players Function, Teleport Npc
    Part 5: Death Gui, Checkpoints
    Part 6: Monster, Jumpscare, Cutscene
    Part 7: Shake System, Voting System
    Part 8: Boss Fight
    Part 9: Ending/Victory
    P.S. I subscribed

    • @dhashytime6607
      @dhashytime6607  Год назад +11

      Hmmmm, I’ll see

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

      bit weird to have it in that order ngl lol, rather do the game, then the lobby teleport, then extra like gamepasses/ badges etc

    • @poopydripdog1000
      @poopydripdog1000 9 месяцев назад +1

      @@dhashytime6607 can you make a video on how to leave a lobby without getting teleported?

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

      Good idea 😂🎉

    • @dodokuşuadam
      @dodokuşuadam 9 месяцев назад

      good idea

  • @milenaruzickova5295
    @milenaruzickova5295 9 месяцев назад +10

    Could you add when player is in the gate and wants to leave he presses the LEAVE button ? Btw this video rlly helped me, ty :)

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

    Hey!!! Tysm for makling this video!! It's really helping me and my friend start a game we've been thinking about for a while!! Are you able to make a quick tutorial on how to make an exit button just in case people want to leave queue? :) TYSM ONCE AGAIN!!

  • @DMH-productions
    @DMH-productions 10 месяцев назад +9

    Ive been looking for one of these for about a year and ive finally found one! Keep up the great work

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

      Hey I did this and it works but when the timer is finish it say that I dont have a place to teleport to please can you tell me how do I get another zeleportet where I can teleport to🥰

    • @DMH-productions
      @DMH-productions 9 месяцев назад

      @elanuredini6620 you need to publish ur game and then go onto setting and accept third party teleports or u need to get the I'd of the place

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

      @@DMH-productions I also have a problem when the timer ends it teleports me but it teleports me to the same game not the other one do you know how i fix this?

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

      ​@@DMH-productions wait it stopped working now

  • @Tyberius-ug1lv
    @Tyberius-ug1lv Месяц назад

    TYSM I have been trying to get a good tutorial for so long

  • @TanksTheLastTANKIE
    @TanksTheLastTANKIE 8 месяцев назад +3

    Script:
    local TweenService = game:GetService("TweenService")
    local TransitionEvent = game.ReplicatedStorage.TransitionEvent
    local Player = game.Players.LocalPlayer
    local TransitionGui = Player.PlayerGui:WaitForChild("TransitionGui")
    local Frame = TransitionGui:WaitForChild("Frame")
    TransitionEvent.OnClientEvent:Connect(function()
    local FrameVisible = {}
    FrameVisible.BackgroundTransparency = 0

    local Info = TweenInfo.new(2)

    TweenService:Create(Frame,Info, FrameVisible):Play()
    end)

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

    Thank you so much❤ really helped on my horror game ill add you to credits❤ :)

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

    Tysm,I am working on a horror game right now and you were the only one where it actually worked. Simple and good explained!

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

      wana work together ?

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

    This earned you a new subscriber! I've been trying to make a cool story/horror game and needed this for my game. This genuinely helped me and I'm so glad this exists since every other tutorial didn't work.

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

    This is too useful I made a lot of games and this kit helped a lot to make that games I even shoutout you on my community post! All the best man❤

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

    For everyone saying not working, heres the updated version of both MAIN and TRANSITION scripts! Based on the script in the video but with improvements and fixes. Remember to put your placeid and turn on http requests, api and thirparty teleport!
    MAINSCRIPT:
    local TransitionEvent = game.ReplicatedStorage:WaitForChild("TransitionEvent")
    local TeleportService = game:GetService("TeleportService")
    local TeleportID = 123456789 -- Change to your game ID
    local Players = {}
    local IsTeleporting = false
    local TeleportPoint = script.Parent:WaitForChild("TeleportPoint")
    local PlayersAllowed = script.Parent:WaitForChild("PlayersAllowed")
    local Gate = script.Parent:WaitForChild("Gate")
    local Timer
    local Frame = Gate.SurfaceGui:WaitForChild("Frame")
    local PlayerNumber = Frame:WaitForChild("PlayerNumber")
    local TimeNumber = Frame:WaitForChild("TimeNumber")
    local function Refresh()
    PlayerNumber.Text = tostring(#Players)
    end
    local function RemoveFromList(Char)
    for i = 1, #Players do
    if Players[i] == Char.Name then
    table.remove(Players, i)
    Refresh()
    break
    end
    end
    end
    local function Teleport()
    if #Players > 0 then
    local TeleportPlayers = {}
    for i = 1, #Players do
    local player = game.Players:FindFirstChild(Players[i])
    if player then
    table.insert(TeleportPlayers, player)
    TransitionEvent:FireClient(player)
    else
    table.remove(Players, i)
    end
    end
    local success, codeOrError = pcall(function()
    return TeleportService:ReserveServer(TeleportID)
    end)

    if success then
    IsTeleporting = true
    local code = codeOrError
    local success, errorMessage = pcall(function()
    TeleportService:TeleportToPrivateServer(TeleportID, code, TeleportPlayers)
    end)

    if not success then
    warn("Teleportation failed:", errorMessage)
    end

    repeat wait() until #Players

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

      thank you but what do you do if it just doesnt teleport you in whatsoever *into the gate*

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

      @@EGDBABC I think it might be that your models are wrongly placed in the workspace or you got wrong remoteevents in the replicatedstorage. I have GateKit in workspace and I updated the both main code and the transition code and it works perfectly.

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

    helped me so much, thanks!

  • @epic_ps
    @epic_ps Год назад +10

    can you add a leave system? like you can press a textbutton that disable the thing for you and teleports you out

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

      yes i need this too!

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

      local plr = game.Players.LocalPlayer
      game.ReplicatedStorage.LeaveButton.OnClientEvent:Connect(function()
      script.Parent.LeaveButton.Visible = true
      end)
      script.Parent.LeaveButton.MouseButton1Click:Connect(function()
      game.ReplicatedStorage.LeaveButton:FireServer()
      script.Parent.LeaveButton.Visible = false
      end
      you need to add a button though but theres code for it
      @@quackd4347

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

      I NEED THIS SO BAD I'VE BEEN STRUGGLING FOR 3 DAYS

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

      So when you wanna add a leave button: add a part inside the gate, and search up a tutorial on how to make button pop on when part is touched. The add a localscript in the text button and, search up a tutorial how to make button teleport you. Then add another localscript and search up tutorial how to make button disappear on click.

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

      @@thepolandlogoreal txh

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

    This really helped me thank you

  • @JimmyGames-xi3slYT
    @JimmyGames-xi3slYT 3 месяца назад +1

    Thank u this really helped with my horror game

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

    Thanks bro, it really worked, i will even put a small tutorial here
    It worked, you put the multiplayer option in 10, however the 1 player text can make the players of the game confused, to do it, Go to the model (GateKit) And then Open, GateModel and go to "Gate" Part and then, surfaceGui, go in frame and you should find it
    Note: If you are confused with the go, i mean "Go inside" Go inside file/Inside archive

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

    thank you man it really worked ♥

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

    bro loved ur video thankyou soooo much!!!!!!!!!!!!!! :D

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

    omg!! tysm!! it helped a lot with my new game im making!! U earned a sub!!!

  • @ismu_xd
    @ismu_xd 8 месяцев назад +1

    THIS HELPED A LOT YOU ARE THE BEST YT ON WORLD

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

    the tutorial helped me a lot thanks!

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

    thank you so much i was stuck on trying to make one myself and just couldn't figure it out - im making a game called anomalies - remember the name!

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

    It worked! Your the best

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

    tysm that was really helpful and also really painful but it turn out really good ty:)

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

      Can u help me why its dont teleport me I public my game but still not work can u help me need reply

    • @Lec-g3j
      @Lec-g3j 8 месяцев назад

      ​@@roblhacki can

    • @mooniolight-kerryfordmoran5209
      @mooniolight-kerryfordmoran5209 8 месяцев назад

      @@roblhacksame idk

    • @hms..studio740
      @hms..studio740 7 месяцев назад

      @@roblhack did u add the game id to the script??

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

      @@hms..studio740 i know I did it my self

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

    TY!!! I subbed btw! I’m making a game called hotel horror😂

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

    Thanks you, you had help me a lot. Your video is the only script that had help me :,)

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

      Hey I did this and it works but when the timer is finish it say that I dont have a place to teleport to please can you tell me how do I get another zeleportet where I can teleport to🥰

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

      Maybe the code of the another place is wrong,I wish you luck @@elanuredini6620

    • @hms..studio740
      @hms..studio740 7 месяцев назад

      @@elanuredini6620 did u publish the 2nd game?

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

    Thank you very much for the help i've been trying to make a thing like this for hours you saved my time lol thanks

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

    I LOVE THIS VIDEO THANK YOU SO MUCH

  • @flippyflopper1
    @flippyflopper1 8 месяцев назад +3

    hey, i did everything right but the teleporters dont work. can you please help me?

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

    THANK YOU SO MUCH THIS HAS BEEN A BIG HELP! Im also glad it still works in 2024

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

      yup too in 2023 and all then

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

    YOU MADE MY DAY THANKYOU SO SO MUCH :

  • @LucasH.-oc8ju
    @LucasH.-oc8ju 7 месяцев назад

    im your 500th sub!

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

    Man you are underrated 🔥

  • @missunknowngaming6890
    @missunknowngaming6890 Год назад +42

    I followed your instructions step by step, yet I got error code 773 when trying to teleport. Does the game need to be publicly Published?

  • @SweatyGodzilla-nk6nu
    @SweatyGodzilla-nk6nu 7 месяцев назад

    great vid love how you go slow when teaching people how to code a lot of youtubers go really fast and its hard to understand

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

    AY this guy deserves more subs like he is even a bacon hair cool guy :)

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

    thank you so much for this tutorial it really helped my game alot...

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

    Huge W to you for explaining everything!

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

    Dhasty, can u do a video of how to make the left button? and also, when it teleports the Players numbers is still there, also when i leave or smthing

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

    Thank you so much! i will put the game in the reply's when I'm done testing and making changes!

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

    great video tutorial I can now make a weird strict dad inspired game :D

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

    You earned yourself a new sub.

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

      did u find a way to make a leave button on this

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

    hey great work but i need help, i spent all my free time for the day on this but i doesnt teleport me to the part its ment to i just does nothing? this is so painfull and also idea: can you put the script in the desc in the next video that much easier, ive seen it beeen done

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

    OMG THIS HELPED ALOT TQQ

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

    Can u make a small video for an Exit when u tuch the gate in there

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

    could you make a tutorial on a back buttin so when your in the teleporter when you go in theres a back button to leave

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

    How do I make it so the timer doesn't start counting down until 1 player enters the gate?

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

    When ever i try to put the number on top it keeps going to the box in the middle

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

    noice
    and thanks

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

    Thanks so much fast easy quick tutorial no 20 minute start just right into it!

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

    You dont have that many subs but you should have. Its works so nice!

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

    bro, thank you so much for this, my friend and i are working on a game and i lost hope when i couldnt find any teleports, but thanks to you, we are back on track. thanks for this vid

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

      Hey I did this and it works but when the timer is finish it say that I dont have a place to teleport to please can you tell me how do I get another zeleportet where I can teleport to🥰

    • @JJTJ-f8e
      @JJTJ-f8e 8 месяцев назад

      @@elanuredini6620publish both games in file

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

    Great video works great

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

    Ty for tutorial it helped me

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

    This is very good, thank you 😍😍✌✌, but can you make a script to exit the teleport location so that when the player chooses the wrong location the player can exit the teleport location?

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

    please make a 1v1 queueing system like the ones in murderers vs sherrif PLEASEEE

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

    this is a very good tutorial but can you make a tutorial on how to make a leace button and how to let the camera show the time and people

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

      Yes thats what happened to me too

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

      did u find a way to make a leave button on this

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

      @@sandwichguy2018 not yet

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

      @@MaximeVanBogaert please let me know when

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

    They are literally 45k views and 431 comments and 727 suscribers YOU GUYS SHOULD SUSCRIBE, HE PUT SO MUCH EFFORT

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

    very great idea all i dont like about it is the fact that when ur inside there is no more leaving the gate u should add a leave button so players can leave to

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

      did u find a way to make a leave button on this

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

      @@sandwichguy2018 Yeah it was pretty simple just take a script from another gate from the store and paste it into this gate and add some codes so it catches the leave button to gate

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

      @@BloxStarz1 YOOO U RESPONDED PLEASE SHOW Or give the exact codes for this one please it will really help i need to know what to put in replicated storage and the type of gui that goes in it have a leave button ready but idk what type of format and where things go thanks so much

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

      @@BloxStarz1 if u can make a tutorial 🙏🏽🙏🏽

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

      @@BloxStarz1 please respond

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

    I’m having a hard time making the Main script:(

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

    please make a video about how to teleport the players once it reached like 4/4 and teleports all 4 of them

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

      open up the GateKit's MainScript, scroll down to the bottom of it, you should see this code starting on line 85:
      while wait() do
      Timer = 20

      for i = 1, Timer do
      Timer = Timer - 1
      TimeNumber.Text = Timer
      wait(1)
      end
      Teleport()
      end
      now select all of that portion, delete it, and replace it with this code (to edit the code, say you want the game to begin right after the gate is full, the only value you have to edit is the MaximumPlayerTime number value at the top of this script portion [set to 5 by default] which to make the game start right away you would change the 5 to 0):
      local timerSet = false
      local MaximumPlayerTime = 5
      while wait() do
      if timerSet == false then
      timerSet = true
      Timer = 20
      end
      if #Players < PlayersAllowed.Value then
      Timer = Timer - 1
      TimeNumber.Text = Timer
      wait(1)
      elseif #Players == PlayersAllowed.Value and Timer MaximumPlayerTime then
      Timer = MaximumPlayerTime + 1
      for i = 1, Timer do
      Timer = Timer - 1
      TimeNumber.Text = Timer
      wait(1)
      end
      end
      if Timer == 0 then
      Teleport()
      timerSet = false
      end
      end
      Credits to
      @shittypoops

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

    10:53 you could just click the anchor button right beside colors to your right

  • @Fishy-jb4hy
    @Fishy-jb4hy 6 месяцев назад

    hey can u show us how to make a matchmaking for solo, duo and trio? i really need this for my game

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

    I need to copy the ID from Asset manager everytime? or i can copy it from the roblox page

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

    Hey this is very helpful , but how can when we end the game to bring us back in the lobby?

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

      Add a back to lobby button, heres the localscript you put inside the button
      local ID = 000000 -- your id
      script.Parent.Activated:Connect(function()
      game:GetService("TeleportService"):Teleport(game.Players.LocalPlayer, ID)
      end)

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

    for some reason when i teleport to the game, it says something like "you cannot teleport to this game because it is restricted" even though both of the games are public and posted to roblox

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

    Worked when I fell of my chair

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

    Heyy uhh new subscriber here, can you try to add a leave button for those gates?

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

    when i went to test it and when i loaded in it said place restricted please help me, i restarted your tutorial like 10 times.

    • @n.ar.
      @n.ar. 9 месяцев назад

      r u dumb

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

    GUYS! if you guys are having a problem teleporting try to publish the game you want to teleport

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

    SIR I HOPE U WILL SEE THIS COMMAND. ACTUALLY, IT WORKED AND THX A LOT. BUT WHAT ABOUT THE LEAVING BUTTON?

  • @KusursuzMetehan19060
    @KusursuzMetehan19060 16 дней назад

    It says you tried to teleport to a world with restrictions. How can I fix this?

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

    Hi! 😊 I was wondering if you can make another video of how to animate things? That would be great!

  • @minecraft-lq2tv
    @minecraft-lq2tv 5 месяцев назад

    hey did you forgot about the screen leave gui?

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

    I have allow 3rd party Teleports and Studio Access API Service, also I have set my game to public.... but I got 403 forbidden error. Any Idea?

  • @Chefy1
    @Chefy1 8 месяцев назад +1

    I have 2 questions. How do you add a leave button? so payers can leave the gate. Second how do I make it so the timer on the gate doesn't start until a player enters? (I mean it doesn't matter but I want to figure out how to fix this.)

    • @I_LOVE_ADO1
      @I_LOVE_ADO1 8 месяцев назад +1

      me too

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

      What I did I just made a kill brick in it and u just walk into it and it kills somehow the kill brick resets it

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

      did u find a way to make a leave button on this

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

      @@I_LOVE_ADO1 did u find a way to make a leave button on this

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

    EVERYONE WHO IS GOING THROUGH ERROR 773 EVEN YOU FOLLOWED CORRECTLY DO THIS TWO THING
    1. CHECK YOUR SCRIPT
    2. GO TO YOUR SECOND PLACE AND DISABLE THIRD PARTY JOIN AND THEN SAVE THEN ENABLE IT AGAIN THEN SAVE

  • @Foxserro
    @Foxserro 8 месяцев назад +1

    How can I make it teleport not to the same server? I’m just doing something like a horror game, and I’m making a transition between parts of chapter 1, if there are 2 players in part 1, then only these 2 players should be in part 2, otherwise it turns out that literally everyone is teleported to part 2, no one located on separate servers

    • @الدباحعبدو-ض8و
      @الدباحعبدو-ض8و 5 месяцев назад

      did you knew that?
      do a new map and make sure that it private and take the place id from this and paste it into the script

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

    THANK U SO MUCH!

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

    I’ve been looking for a working teleport video that worked the last one I tried said error can’t be teleported this one worked I screamed success

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

    Teleportation is failing bro :( they are saying that the place is restricted

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

    can you make a player gate that needs to the utmost 2 players? Ill' give you the credits into my gme if you do that!

  • @hamzahisham-xt5gw
    @hamzahisham-xt5gw 3 месяца назад

    thanks for more create for teleport for the story you realy cool. 👍👍👍👍👍

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

    I LOVE THIS TUTORIAL HELP ME SO MUCH :) but the player cant leave you a make a tutorial leave button :D

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

    Mine didn’t work
    The timer went but then nothing happened
    Please tell me what to do😢😢

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

      same with me, have you set game to public? and enable 3rd party teleport (also studio api service) ?

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

    when the timer runs out it dosent teleport me

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

    Why is it not working for me?

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

    How would I make this so that it would teleport someone to somewhere else in the same game

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

    Good totoriel bit can you make onother totoriel with a leave butten or somthing because its annoying when you cant leave it =/

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

    can u make one with the scripts im getting confused pls do

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

    I have a question, When i teleport to the place the screen will be black.

  • @cooljoshua4482
    @cooljoshua4482 8 месяцев назад +1

    When I did everything the teleports don’t work

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

    Hey um great tutorial but u forgot the exit button

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

    Your the goat tysm

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

    What about the leave button?

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

      did u find a way to make a leave button on this

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

    guys i made the full official script in this comment for yall k
    Script:
    local TweenService = game:GetService("TweenService")
    local TransitionEvent = game.ReplicatedStorage.TransitionEvent
    local Player = game.Players.LocalPlayer
    local TransitionGui = Player.PlayerGui:WaitForChild("TransitionGui")
    local Frame = TransitionGui:WaitForChild("Frame")
    TransitionEvent.OnClientEvent:Connect(function()
    local FrameVisible = {}
    FrameVisible.BackgroundTransparent = 0
    local Info = TweenInfo.new(2)
    TweenService:Create(Frame, Info, FrameVisible):Play()
    end)