Smooth Camera Movement for your Main Menu in Roblox Studio | Arro

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

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

  • @ArroBLX
    @ArroBLX  3 года назад +12

    Ok I'm back for good this time, working on consistent uploads to help you guys

    • @qazwsxedcrfvtgbyhnujmikol.1861
      @qazwsxedcrfvtgbyhnujmikol.1861 3 года назад

      On your invisible script can i have the cooldown and the visible script please

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

      When I tried doing the first video you made, the camera wasn't working. Could that be because I was using a first person lock? or idk

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

    your videos are helping me on my dev journey tysm :)

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

    Love the Videos! Keep up the grind

  • @ArroBLX
    @ArroBLX  3 года назад +7

    Time marks in the beginning are wrong
    Preview - 1:30
    Full Code - 1:44

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

    Can't wait to see the next one

  • @lamasee144
    @lamasee144 3 года назад +7

    Please do a enemy drop that when you defeat it, it gives you an item in the toolbar.

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

    I fixed my bug (I spelled CFrame like Cframe), here is my working script for anybody who still looks at this video and comments
    wait(.4)
    local Tween = game:GetService("TweenService")
    local cc = workspace.CurrentCamera
    local pc = workspace.PlayCam
    local dmc = workspace.DMCam
    local pb = script.Parent.PlayButton
    local dmb = script.Parent.DMButton
    wait(.001)
    cc.CameraType = Enum.CameraType.Scriptable
    cc.CFrame = pc.CFrame
    local function TCP(Point, Speed)
    Tween:Create(cc,TweenInfo.new(Speed, Enum.EasingStyle.Linear), {CFrame = Point.CFrame}):Play()
    end
    local function playEntered()
    TCP(pc, 1)
    end
    pb.MouseEnter:Connect(playEntered)
    local function dmEntered()
    TCP(dmc, 1)
    end
    dmb.MouseEnter:Connect(dmEntered)

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

      thank you helped me out i had like on word wrong i think

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

    even though i am many years late, thank you for this tutorial!

  • @milananoop5978
    @milananoop5978 3 года назад +3

    Hey can you make a video on how to make a gui for classes
    Like each class has a custom character and special weapons

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

    I just realised.
    That this video was caught in 4K

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

    omg . so underrated

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

    works perfectly :D

  • @venki1
    @venki1 3 года назад +3

    can you do that when we press play in brings our camera to the player? please.

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

    Thx, I searched so many times a tutorial of this argument and finally I found it. 🙏

  • @fortunate_fedora
    @fortunate_fedora 3 года назад +3

    Next: smooth camera movement after you click the main menu buttons

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

      Found you

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

      You think you can escape me?

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

      Yeah that would be awesome

  • @iisaac3950
    @iisaac3950 3 года назад +3

    In your previous video you made that when you press play it will take you to another game, please could you make that when you press play, that menu is removed to be able to play in the same game where you are. I would be very grateful if you do

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

      I'll get that video out tomorrow asap!

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

      @@ArroBLX Many thanks

    • @user-ro5lz1dl4e
      @user-ro5lz1dl4e 3 года назад +1

      @@ArroBLX you havent posted in 2 months, wheres the vid i need it too :(((

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

    to make it more smooth replace linear with quad
    lol

  • @daashow8056
    @daashow8056 3 года назад +3

    hello! can you teach me on how to add multiple back grounds, i will appreciate it :) also nice content

  • @Kyky-g3v
    @Kyky-g3v 2 года назад

    These tutorials are awsome

  • @Rohan-vj9pb
    @Rohan-vj9pb 3 года назад +2

    hello, can u teach me what script is when i click the play button It will continue game not teleport

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

    OLD SCRIPT:
    local cc = workspace.CurrentCamera
    local pc = workspace.PlayCam
    local dmc = workspace.DMCam
    local pb = script.Parent.PlayButton
    local dmb = script.Parent.DMButton
    wait(.001)
    cc.CameraType = Enum.CameraType.Scriptable
    cc.CFrame = pc.CFrame
    local function playEntered()
    cc.CFrame = pc.CFrame
    end
    pb.MouseEnter:Connect(playEntered)
    local function dmEntered()
    cc.CFrame = dmc.CFrame
    end
    dmb.MouseEnter:Connect(dmEntered)

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

    hi, i was wondering if u take scripting commissions? 🤗

  • @cami-ik4gu
    @cami-ik4gu 2 года назад +1

    Hi can you make a tutorial on how to get the npc/characters for the backround? like the noobs that are dead, and the person sitting how do you get those?

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

      From the toolbox 🙂

    • @cami-ik4gu
      @cami-ik4gu 2 года назад

      @@ArroBLX alright thanks!

  • @alejandrolopezs.4695
    @alejandrolopezs.4695 3 года назад +4

    Hello, could you explain to me how to make a camera that moves with the mouse please, I would appreciate it a lot, I don't know if I explained it well but I hope you understand me :D

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

      i need this too lol

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

    love it really helped me making my first roblox game

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

    how do you make it so that when you switch to another mode the music changes? for example: on your play camera itll play happy/calm music and if you switch to death mode itll play unsettling music

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

    here the script so u just ned to copy and paste it ;)
    local cc = workspace.CurrentCamera
    local pc = workspace.PlayCam
    local dmc = workspace.DMCam
    local pb = script.Parent.PlayButton
    local dmb = script.Parent.DMButton
    wait(.001)
    cc.CameraType = Enum.CameraType.Scriptable
    cc.CFrame = pc.CFrame
    local function playentered()
    cc.CFrame = pc.CFrame
    end
    pb.MouseEnter:Connect(playentered)
    local function dmEntered()
    cc.CFrame = dmc.CFrame
    end
    dmb.MouseEnter:Connect(dmEntered)

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

    Can you help me how fix this problem? I am trying to make but it's not working properly, The code is broked main system and its not smooth moving :/

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

      Does it give you an error? If so, then what does it say

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

      legend says hes still waiting for a reply

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

      @@Cyclone_Sekkaio 🗿

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

    @Arro it says play cam isnt apart of workspace "workspace"

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

    Hello,good video but can you do multiple main menu cameras

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

    is there way to make camera move only when the button is pressed because in this video it seems that the camera is moving only when u hover ur cursor over the buttons

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

    how would I make it so when u click a button the other buttons disappear or destroy?

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

    Tutorial for one with a addition customize character area?

  • @qazwsxedcrfvtgbyhnujmikol.1861
    @qazwsxedcrfvtgbyhnujmikol.1861 3 года назад +1

    On your invisible script can i have the cooldown and the visible script please

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

      do either debounces or just wait()

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

    It doesn’t work for me what can I do to fix it?

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

    Hey! How do you do type script if you have 3 buttons instead?

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

      Just copy&paste the same code as the others with different names.

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

    2:27 your welcome

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

    Nah bro Idc I'm subbing.

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

    How do i make the transition faster?

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

    how do i make it to repeat on 1 button?

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

    1:24

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

    Can you at least please paste it as a code or make a model

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

      js write it gng

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

    how can i make this faster?

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

    There is a problem, when I did this script it didn’t work pls help

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

      send the script so i can find the issue

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

    can u give free model?

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

    I want yout sistew

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

    it doesn't work for me

  • @dealthnote
    @dealthnote 3 года назад +3

    Pls make model

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

      time 1 years
      bad script :(

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

    E

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

    He legit just recorded someone else’s vid and did this

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

      who was it?

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

      @@SalamDawah idk know this was a year ago

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

    2:27