How to make an Emote Gui On Roblox Studio!

Поділитися
Вставка
  • Опубліковано 2 бер 2021
  • Hello everyone! I hope you all understood! Have a great day/night!
    Baii! 💗
    Scripts:
    ----------------------- OPEN/CLOSE BUTTON ----------------------
    cooldown = false
    open = true
    script.Parent.MouseButton1Click:connect(function()
    if cooldown == false then
    if open == true then
    cooldown = true
    script.Parent.Parent.ScrollingFrame:TweenPosition(UDim2.new(0,-160,1,-300),'Out','Bounce',2)
    script.Parent:TweenPosition(UDim2.new(0,-48,1,-250),'Out','Bounce',2)
    wait(2)
    script.Parent.Text = "Open"
    open = false
    cooldown = false
    elseif open == false then
    cooldown = true
    script.Parent.Parent.ScrollingFrame:TweenPosition(UDim2.new(0,0,1,-300),'Out','Bounce',2)
    script.Parent:TweenPosition(UDim2.new(0,112,1,-250),'Out','Bounce',2)
    wait(2)
    script.Parent.Text = "Close"
    open = true
    cooldown = false
    end
    end
    end)
    ------------------------------------------ SCRIPT TO PUT IN TEXTBUTTONS -----------------------------------------------------------
    local player = game.Players.LocalPlayer
    local character = player.Character
    repeat wait()
    character = player.Character
    until character
    local hum = character:WaitForChild("Humanoid")
    local emote = hum:LoadAnimation(script.Parent.Emote)
    playing = false
    script.Parent.MouseButton1Click:connect(function()
    if playing == false then
    emote:Play()
    hum.WalkSpeed = 0
    hum.JumpPower = 0
    playing = true
    elseif playing == true then
    emote:Stop()
    hum.WalkSpeed = 16
    hum.JumpPower = 50
    playing = false
    end
    end)
    -------------------- Emotes ----------------------------------------
    Sit down: rbxassetid://507768133
    Wave: rbxassetid://507770239
    Point: rbxassetid://507770453
    Dance 1: rbxassetid://507771019
    Dance 2: rbxassetid://507776043
    Dance 3: rbxassetid://507777268
    Laugh: rbxassetid://507770818
    Cheer: rbxassetid://507770677
    #RobloxStudioTutorials
  • Навчання та стиль

КОМЕНТАРІ • 702

  • @studiotutorialzyt5396
    @studiotutorialzyt5396  3 роки тому +72

    ------------------------ OPEN/CLOSE BUTTON -----------------------
    cooldown = false
    open = true
    script.Parent.MouseButton1Click:connect(function()
    if cooldown == false then
    if open == true then
    cooldown = true
    script.Parent.Parent.ScrollingFrame:TweenPosition(UDim2.new(0,-160,1,-300),'Out','Bounce',2)
    script.Parent:TweenPosition(UDim2.new(0,-48,1,-250),'Out','Bounce',2)
    wait(2)
    script.Parent.Text = "Open"
    open = false
    cooldown = false
    elseif open == false then
    cooldown = true
    script.Parent.Parent.ScrollingFrame:TweenPosition(UDim2.new(0,0,1,-300),'Out','Bounce',2)
    script.Parent:TweenPosition(UDim2.new(0,112,1,-250),'Out','Bounce',2)
    wait(2)
    script.Parent.Text = "Close"
    open = true
    cooldown = false
    end
    end
    end)
    ------------------------------------------- SCRIPT TO PUT IN TEXTBUTTONS ------------------------------------------------------------
    local player = game.Players.LocalPlayer
    local character = player.Character
    repeat wait()
    character = player.Character
    until character
    local hum = character:WaitForChild("Humanoid")
    local emote = hum:LoadAnimation(script.Parent.Emote)
    playing = false
    script.Parent.MouseButton1Click:connect(function()
    if playing == false then
    emote:Play()
    hum.WalkSpeed = 0
    hum.JumpPower = 0
    playing = true
    elseif playing == true then
    emote:Stop()
    hum.WalkSpeed = 16
    hum.JumpPower = 50
    playing = false
    end
    end)
    --------------------- Emotes -----------------------------------------
    Sit down: rbxassetid://507768133
    Wave: rbxassetid://507770239
    Point: rbxassetid://507770453
    Dance 1: rbxassetid://507771019
    Dance 2: rbxassetid://507776043
    Dance 3: rbxassetid://507777268
    Laugh: rbxassetid://507770818
    Cheer: rbxassetid://507770677

    • @Xiyuu.
      @Xiyuu. 3 роки тому +6

      Is there any baby dance script? Btw it helped!

    • @studiotutorialzyt5396
      @studiotutorialzyt5396  3 роки тому +5

      @@Xiyuu. I'm glad it helped you 😄! Also I tried my best to find a baby dance for you but I couldn't find one that worked sorry.

    • @Xiyuu.
      @Xiyuu. 3 роки тому +5

      @@studiotutorialzyt5396 oh it's fine ^^ Ty anyways

    • @studiotutorialzyt5396
      @studiotutorialzyt5396  3 роки тому +4

      @roblox gamer The emotes you picked dont work, most of the emotes in catalog dont work

    • @sarajevoball
      @sarajevoball 3 роки тому +2

      Can you make and emotes for R6?

  • @royalskies3733
    @royalskies3733 3 роки тому +5

    omgggg you've grown so much (been here since the 200's)!!!! Congratssss!!!!
    I am sort of stuck in my game with something do you think you could make a tutorial on how to make an animation but not an idle animation but let's say something like an animation that waves or bops its head or just lets say dances? If you dont have time or arent sure how to do it dont worry bout it you've helped me so many other times!!
    congrats again on making 800!!!!! Soooo close to 1k!!!!!!!

  • @ydf8990
    @ydf8990 2 роки тому +17

    Guys, it works if you make your own poses and set them to Movement. You dont have to edit anything about this except the actual poses you use. Make your own poses. If you are making poses for a group game, make sure you set the Creator of the Pose as that group, or the game will not be able to use them.

  • @imag1nable550
    @imag1nable550 2 роки тому +6

    girll you've outdone yourselfff, this is the best it workeddd tysmmmm

  • @WillowwApple
    @WillowwApple 11 місяців тому +1

    Thank you so much for this video! It helped :)

  • @applejuice3716
    @applejuice3716 Рік тому +5

    i knew that this video would be incredibly and unexpectedly useful to me later even tho its a bunch of emotes
    never underestimate these tutorials

  • @kayyy123lol
    @kayyy123lol 2 роки тому +1

    omg tysmmm! this worked and ima see if it works on my new game! :D

  • @amiyadiaram2006
    @amiyadiaram2006 2 роки тому +2

    I was searching so hard for a tutorial like this and as soon as I saw your video you gave off good vibes! This was super helpful! and for other dances would the script be the same fro those dances?

  • @wezinald5335
    @wezinald5335 2 роки тому +1

    Thank you so much!!! It's exactly what my game needs!

  • @turki7303
    @turki7303 3 роки тому +2

    SAME I HAVE ALSO BEEN WAITING FOR THIS
    🤩

  • @Noo999
    @Noo999 Рік тому

    i love ur channel!

  • @ExecutorsUser
    @ExecutorsUser 9 місяців тому

    Woah woah still working i love you soo much!!! New sub ❤❤❤❤

  • @LavaMilk
    @LavaMilk 3 роки тому

    IVE BEEN LOOKING FOR YEARS FOR ONE OF THESE VIDEOS!! YESSS THANK YOUUUUUUUUUU

    • @Blakeart1
      @Blakeart1 2 роки тому

      that has to be a lie

    • @LavaMilk
      @LavaMilk 2 роки тому

      @@Blakeart1 the years, yes thta was a lie because i was only looking for it for like 3 years

  • @prodratadequeso
    @prodratadequeso Рік тому +5

    my open/close button literally like detaches from the gui when i click it and it spaces out a ton and messes up the gui

  • @Mo0n_zzz28
    @Mo0n_zzz28 10 місяців тому +1

    Only one that has worked for me, I have wasted hours trying to do the other ones and they haven't worked. Thank you so much for this video I know it was 2 years ago but it still works! Thank you

  • @jr2shiesty589
    @jr2shiesty589 Рік тому

    OMG THANK YOU SO MUCH FOR HELPING! :D

  • @candypinkgloss
    @candypinkgloss 3 роки тому +5

    Omg tysm! {edit} You Just earned a sub !

  • @gog331
    @gog331 Рік тому

    Ty bro i can understand what ur doing and saying and the tutorial is WONDERFUL!

  • @crazymooseman9087
    @crazymooseman9087 3 роки тому +11

    FINALLY THE RIGHT TUTORIAL!!!

  • @bleakmidwinters
    @bleakmidwinters 3 роки тому +18

    just a tip. Rather than doing another "if open == " statement after your else statement, you can simply just do else by itself unless you are using elseif rather than else if. There is a difference yes (organization and simplicity mostly). But what else does, is it will check for the OPPOSITE of the ORIGINAL if statement. Just to help :). I also suggest making variables rather doing script.parent alot as it can get confusing.

  • @eugeohonda5539
    @eugeohonda5539 2 роки тому

    nice! keep up the good work!! :D

  • @xxlenaxx2223
    @xxlenaxx2223 Рік тому

    Thank you so much this works perfectly! I gave you a sub!

  • @Guilherme_247
    @Guilherme_247 3 роки тому +3

    Thank you, you helped me a lot! I will be subscribed

  • @HeyShattered
    @HeyShattered Рік тому +1

    way to underrated! +13 subs +13 likes ( i subbed from every device in my house! )

  • @karenagliam3995
    @karenagliam3995 11 місяців тому

    ur tutorials are the best like i mean it i follow everything you do and it works so gaming.

  • @starsofislam1716
    @starsofislam1716 Рік тому

    thank you soooooooo much this worked very well for me thanks soo much+ i subscribed :))

  • @monkyr69
    @monkyr69 2 роки тому +1

    FINALLY A TUTORIAL THAT WORKS OML THX

  • @fabgamert2109
    @fabgamert2109 3 роки тому +1

    Thanks I This Really Helped Me Alot!!!

  • @pitifulpaze
    @pitifulpaze 3 роки тому +1

    OH MY GOSH IM SO EXCITED TYSM IT WORKSSS

  • @poisonedx_x6607
    @poisonedx_x6607 2 роки тому

    omg tysm!! your the best! :D

  • @evqeditzz
    @evqeditzz 3 роки тому +4

    TYSM I WAS TRYING TO DO THIS ALL DAY :D

    • @studiotutorialzyt5396
      @studiotutorialzyt5396  3 роки тому +1

      No problem! :D

    • @txgerlyrics7432
      @txgerlyrics7432 3 роки тому +1

      I tried to DIY but Its really buggy, If this was not even posted, My game will not me so famous.

  • @julmexowy
    @julmexowy 5 місяців тому +1

    thx! You are the best in scripting!

  • @primrose8711
    @primrose8711 2 роки тому

    You helped me so much thank you!

  • @izbutterfly7877
    @izbutterfly7877 Рік тому

    i actually want you to know how cool this script it, and its very helpful thank you SO much

  • @blackshadowsis
    @blackshadowsis 2 роки тому

    Thank you sooo much this is the only video that worked for me

  • @simplyxnqti7230
    @simplyxnqti7230 2 роки тому

    Earned a new sub!!

  • @Kiki-hf4yf
    @Kiki-hf4yf 2 роки тому +2

    Thank you! I can now make the game my friend wanted me to!

  • @carotylle6656
    @carotylle6656 2 роки тому +7

    it dont work for me

  • @Akarrix
    @Akarrix 7 місяців тому

    THIS IS AWESOME TYSMMM

  • @thedogplayz4949
    @thedogplayz4949 3 роки тому

    ohh i fixed it TYSM!!1 :DDD THIS SI SO HELPFULL!

    • @exav1s
      @exav1s 3 роки тому

      How do you fix it?

  • @ThunderX64
    @ThunderX64 2 місяці тому +1

    Thank u so much for it ur the best u earned a sub :D

  • @blutoh4181
    @blutoh4181 3 роки тому +2

    you are very helpful, thanks :D

  • @blakefrostyblades1572
    @blakefrostyblades1572 3 роки тому

    TysM! U helped me out with my game lets do her all a favor and share her vids she the best!

  • @sakurathefairy
    @sakurathefairy 2 місяці тому

    i got confused but i fixed it and i love this tutorial SO MUCH OMG!!!! TYSM

  • @worldsfamousroach1753
    @worldsfamousroach1753 2 роки тому

    OMG TYSMMM I LOVE THIS

  • @shoozjets
    @shoozjets 2 роки тому

    This person is like a life saver LITRELLY YOU DONT HAVE TO WATCH LIKE A 10 MINUTE TUTORIAL BOOM WE HAVE THIS GIRL OR GUY I’M SUBSCRIBE!

  • @clexton7887
    @clexton7887 Рік тому

    You're awesome , Thank you!

  • @animavolutionofficial
    @animavolutionofficial Рік тому

    finally a youtuber who puts the script in the description

  • @CyberFruits3316
    @CyberFruits3316 Рік тому

    tysm it rlly helped me

  • @veneal.5796
    @veneal.5796 3 роки тому +1

    OMG! THIS WORKED SO MUCH THANK YOU

  • @giosir4173
    @giosir4173 2 роки тому +1

    IT WORKED THANKS A LOT YOU EARNED A SUB!!!

  • @fartler
    @fartler 3 роки тому +1

    Thank you! You gained a new sub :)

  • @RWB_SLER
    @RWB_SLER 2 роки тому +1

    Thank you your the best!

  • @mevurix7611
    @mevurix7611 Рік тому

    Thank you! You should have 1mln subs!!!

  • @lvsder9727
    @lvsder9727 3 роки тому +2

    Oml underrated queen

  • @allys1545
    @allys1545 3 роки тому +1

    Thanks! You earned a sub!

  • @rebekahbcreative1901
    @rebekahbcreative1901 2 роки тому

    Tysm this helped lots

  • @MrRobertoOriginal
    @MrRobertoOriginal 2 роки тому

    TYSM :D! NEW SUBSCRIBER

  • @AntoineM0494OI
    @AntoineM0494OI Місяць тому

    tysm for helping!

  • @twicebestgg2023
    @twicebestgg2023 3 роки тому

    TYSM, THIS REALLY HELPED ME OUT

  • @eveystevie
    @eveystevie 2 роки тому +1

    GREAT vid! But that intro was 🔥 😱

  • @hearts4allie.
    @hearts4allie. 2 роки тому

    Thank you it worked you are so smart

  • @Gaming_withjeb
    @Gaming_withjeb 3 роки тому

    love your vids

  • @rblx_zeph
    @rblx_zeph 3 роки тому +1

    THX YOU HELPED ME A LOT :D

  • @duck8190
    @duck8190 3 роки тому +1

    YES THE FIRST AND ONLY ROGHT TUTORIAL THIS HELPED ME SO MUCH YOU EARNED A SUB AND A LIKE

  • @2Melii
    @2Melii 2 роки тому +1

    BROOOO i was finna pay 3k for someone to make this thank you, + u gotta new sub ur tutorials are great!

    • @plurzi6854
      @plurzi6854 2 роки тому +1

      bro at that point just learn how to script lOL

  • @ItsEthanG
    @ItsEthanG 2 роки тому

    thx for the script!

  • @vanko1562
    @vanko1562 2 роки тому

    OMG! TYSMMM!

  • @Demonblade99
    @Demonblade99 2 роки тому +2

    The video is very helpful , also I can hear that it's raining outside

  • @ssimoonxd9227
    @ssimoonxd9227 3 роки тому +1

    OMG THANK YOU SOO MUCH THIS HELPED NOW MY AOT GAME IS ALMOST FINISHED!

  • @luvvly.wonnie
    @luvvly.wonnie 2 роки тому

    omg! your spoiling us too much with the script! btw, loved ur vids, without u, my rp game isnt working rn! Thanks!!!!!!!

  • @Mff69
    @Mff69 2 роки тому

    tysm i love this vid

  • @Jiminsbangs
    @Jiminsbangs 2 роки тому

    Tysm new subscriber!

  • @Nutt_erButter
    @Nutt_erButter 3 роки тому +4

    for the open you can make it slide with: (“In”,”Quad”,speed)

  • @Intervitz
    @Intervitz 3 роки тому +5

    Oh Cool! This Would Really Be A Cool Thing For My Game!

  • @batublaze9581
    @batublaze9581 2 роки тому

    It works! Thanks!

    • @rdude309
      @rdude309 2 роки тому

      it dosen't

    • @batublaze9581
      @batublaze9581 2 роки тому

      @@rdude309 It did for me, at first I thought it was outdated, but I rewatched it and saw that I forgot to name the animations to 'Emote' - maybe you forgot that too? If you didn't then idk

  • @MariachiAnimations
    @MariachiAnimations 9 місяців тому +1

    im having this issue for the text button and scrolling frame, when i close it it goes to the left corner and the Open/close
    is really spaced out after i press close

  • @__z890
    @__z890 2 роки тому +1

    @StudioTutorialzYT I worked out of the animation but I can't move after the animation. Are there any bugs?

  • @DexTarun
    @DexTarun 7 місяців тому

    This person is awsome😊

  • @senanisgodly
    @senanisgodly 3 роки тому +4

    Thanks!

  • @blackleaftheepic5292
    @blackleaftheepic5292 2 роки тому

    thanks, it work you now earn a sub

  • @RIZZXN
    @RIZZXN 2 роки тому +1

    Thanks alot!

  • @xpo4
    @xpo4 3 роки тому +1

    OMG TYSM FOR THIS WOW

  • @CRYSTALCOCO.
    @CRYSTALCOCO. 3 роки тому +2

    I am glad I have come to the right place! thank you! I'm subscribing!
    But I had one question:
    can you provide codes for other dances?

    • @fabgamert2109
      @fabgamert2109 3 роки тому

      she did in the discription

    • @CRYSTALCOCO.
      @CRYSTALCOCO. 3 роки тому +1

      @@fabgamert2109 other than the ones in the description. (like Fortnite dances?)
      I know they are in the description....

    • @kangyeseo8376
      @kangyeseo8376 2 роки тому

      what dances do u want??

    • @prodratadequeso
      @prodratadequeso Рік тому

      @@CRYSTALCOCO. animate them yourself, then paste the id

  • @AYOJWX
    @AYOJWX Рік тому

    THE NEW QUEEN OF ROBLOX HAS ARRIVED!!!

  • @charge1492
    @charge1492 2 роки тому +3

    This is very helpful. But im having trouble with my npc. Im trying to find out how to make you npc destroy after it dies. Can you please make a tutorial of that?

  • @Deadbay
    @Deadbay 3 роки тому +1

    thank you so freaking much!!!

  • @thedogebehindtheserver
    @thedogebehindtheserver 3 роки тому +1

    tysm it worked!

  • @strawberrykiss6643
    @strawberrykiss6643 3 роки тому +3

    Why are you so underrated 😭😭💗💗

  • @user-wp8hc8bc2q
    @user-wp8hc8bc2q 2 роки тому +1

    Tysm!

  • @jujjjujhsmtyy686
    @jujjjujhsmtyy686 3 роки тому +1

    Thank you so much!!

  • @ThatGuestPlayz
    @ThatGuestPlayz 2 роки тому

    Best tutorial channel in the world

  • @nana2kd132
    @nana2kd132 2 роки тому

    Omg thanks!

  • @saint6699
    @saint6699 2 роки тому +2

    ive done literally everything that u said triple checked, and it still dont work and its kinda pissing me off ngl

  • @sabrinafilippin5914
    @sabrinafilippin5914 3 роки тому +2

    Cool :)

  • @joeplushtuberseries7551
    @joeplushtuberseries7551 3 роки тому

    awesome.

  • @narhlah
    @narhlah 2 роки тому

    Your derserve more subscribers here you are

  • @ruleu-dk9my
    @ruleu-dk9my 2 роки тому +2

    uhm.. why does it move down when I try to close this menu?

  • @-.historyuncovered.-
    @-.historyuncovered.- Рік тому

    Thanks. So. Much!

  • @drxzzy.wasp4211
    @drxzzy.wasp4211 2 роки тому +2

    When I tried this, the button worked but when it closed the scrolling frame freaked out:3