How to Make a Transition Gui in Roblox Studio

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

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

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

    Thank you for the everyday tutorials. Now my roblox game is becoming greater and greater every video

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

    just came across this channel, this is underrated asf

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

    Thank you man, you'll win a subscriber now!

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

    I already know how to do this, but the idea is magnificent! Thanks for making this video

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

    Keep up the good work !

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

    Bro, I'm gonna be so honest here, checking your channel, YOUR VIDEOS ARE SO SIGMA, You literally create tutorials that we always want, keep going! One day, you'll make it there!
    Edit: By any chance, could you make a video of a teleport system, that once you discover a brand new area, you could teleport in that area, if not discovered, you can't teleport there.

  • @Magmaticin
    @Magmaticin 2 месяца назад +15

    If you guys are trying to be good at coding, I suggest you dont rely on tutorials. Its good for beginners but you should not heavily rely off these because you wont really learn anything which means if your trying to do something extremely specific you wont know how to.

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

      I don't learn from tutorials, i just learn on devforum

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

      In my opinion ,if anyone trying to be good at coding, tutorials and free models helps alot if you are using them correctly, like if you are using a free model , learn and memorize what's happening in this code instead of just downloading and using it, this way is the main reason I'm good at coding and making games on roblox thank you❤

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

      Yea man, you can learn in Developer Forum much better how to make scripts and alot of things, these tutorials will not help you

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

      If you actually try to understand wgat he is doin u will learn alot

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

      Then how do i know alot about scripting only using tutorials?

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

    MODULE SCRIPT:
    local TweenService = game:GetService("TweenService")

    local Player = game.Players.LocalPlayer
    local Camera = game.Workspace:WaitForChild("Camera")

    local ScreenGui = Player.PlayerGui:WaitForChild("TransitionGui")
    local Frame = ScreenGui:WaitForChild("Frame")

    local module = {}

    function module:StartTransition()

    Frame.Size = UDim2.fromScale(0, 0)
    Frame.Visible = true

    TweenService:Create(Frame, TweenInfo.new(1), {Size = UDim2.fromScale(1.25, 1.25)}):Play()
    TweenService:Create(Camera, TweenInfo.new(1), {FieldOfView = 50}):Play()
    end

    function module:StopTransition()

    TweenService:Create(Frame, TweenInfo.new(0.45), {BackgroundTransparency = 1}):Play()
    TweenService:Create(Camera, TweenInfo.new(0.45), {FieldOfView = 70}):Play()

    task.wait(0.45)

    Frame.Visible = false
    Frame.BackgroundTransparency = 0
    end

    return module
    TRANSITION CLIENT:
    local Replicated Storage = game:GetService("ReplicatedStorage")
    local TransitionModule = require(ReplicatedStorage:WaitForChild("TransitionModule"))
    task.wait(2)
    TransitionModule:StartFrame()
    task.wait(5)
    TransitionModule:StopFrame()

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

    Very Underated...........Your Motivating Me To Continue My Channel

  • @Aro-Play
    @Aro-Play 2 месяца назад

    Awsome video, thanks.

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

    does it always have to be in starter gui? what if i only want a gui to pop up when i open a chest that isnt always available to the player?

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

    ANOTHER DAY ANOTHER W TUT YAY

  • @GoofyRBX-k9p
    @GoofyRBX-k9p Месяц назад +1

    thank you so much but you should make it a yt short cause they are getting loads of views

  • @MelonStudios-i4n
    @MelonStudios-i4n 2 месяца назад

    Ur so good ❤

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

    Just a tiny error to fix in TransitionClient dont put StartFrame() and StopFrame() put StartTransition() and StopTransition().

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

    Btw what software do you use to edit Videos and Photos?

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

    can you help me with a game i'm making pls? just the scripting

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

    How do I exactly use it, I want it to play when you die like fall off or when you load into a match

  • @59Melanie
    @59Melanie Месяц назад

    How can I make this animation play when a part is touched? Let's say I want my player to enter a building and then when they touch a part the transition plays and then they are in the building

    • @Shaminat0r
      @Shaminat0r 28 дней назад

      in the part.onTouched event

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

    how do i make it so when i touchj one part it occurs

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

    Chat all you really need is 1 localscript and less than 10 lines of code cause im just cool like that and im sigma like that🗿🗿🗿🗿🗿🗿🗿🗿🗿

  • @Kolopi979
    @Kolopi979 27 дней назад

    the stopframe is not working

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

    Does it make you teleport?

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

    W POSTTTT

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

    when i die it doesnt work anymore.

  • @E-LAYY
    @E-LAYY Месяц назад +2

    Don’t work I spent 1 hour on that >:(

  • @Flixy-s2n
    @Flixy-s2n Месяц назад

    This didn't work for me ??

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

    2 Days, Lol!

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

    ok

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

    bro drop lighting I am begging

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

      here: ruclips.net/video/3HcB8wtiERQ/видео.html

  • @youtubecreators.145
    @youtubecreators.145 2 месяца назад

    Me 4 yay

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

    yeah, cool, but not work