How to make an EASY Coffee Machine for your ROBLOX Cafe! | Roblox Scripting Series

Поділитися
Вставка
  • Опубліковано 15 вер 2024
  • Part 1/4
    Tool Grip Editor: www.roblox.com...
    Thank you all for watching! Have a nice day!
    ------------------------------------------------
    Twitter - / bixfinity
    Roblox - www.roblox.com... (I dont accept friend requests unless I know you IRL.)
    Website - bixfinitystudi...
    ------------------------------------------------
    Want GFX? Order them here! - www.roblox.com...

КОМЕНТАРІ • 22

  • @Gojo-69
    @Gojo-69 Рік тому

    You Explain Soo Good! You Deserve Millions Of Subscribers!

  • @Caedes.
    @Caedes. Рік тому

    Look forward to part 2

  • @A.Bright_Star
    @A.Bright_Star 10 місяців тому

    Happy scripting!

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

    Nice video! Whens the next one coming out. Thank you hun.

  • @r3ines
    @r3ines 5 місяців тому

    How do I make the coffee machine proximity prompt?

  • @A.Bright_Star
    @A.Bright_Star 10 місяців тому

    If you want multiple recipes with the same machine for example an espresso + Milk = latte but you want cup + milk = milk the heres the script for that!

    • @A.Bright_Star
      @A.Bright_Star 10 місяців тому

      As normal use NewName and CurrentName but for another recipe add

    • @A.Bright_Star
      @A.Bright_Star 10 місяців тому

      local NewName1 = "Name"
      local CurrentName1 = "Name"

    • @BixlsYT
      @BixlsYT  10 місяців тому

      @@A.Bright_Star that’s a good idea! The only problem that arises is whenever you get to like 8 recipes in 1 machine, wherein you should use a for loop and a table :)

    • @A.Bright_Star
      @A.Bright_Star 10 місяців тому

      @@BixlsYT I have no idea how that works...

  • @yeonari8086
    @yeonari8086 10 місяців тому

    why do i fall when i pick up the cup?

    • @BixlsYT
      @BixlsYT  10 місяців тому

      Try making sure all of your parts have Can Collide and Anchored turned off

    • @yeonari8086
      @yeonari8086 10 місяців тому

      they are off but when i have anchored turned off the cup isn't there anymore.@@BixlsYT

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

    Yeah but the problem is i dont want it to be in your inventory but for players to get it themselfs

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

      Could you elaborate a little more? Explain exactly what you want to do

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

      @@BixlsYT Like a cup giver for it not to be in the players inventory when they join but rather that they have to get it by clicking on the cup

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

      @@BixlsYT okay nvm i got it but uh i want to like when i go to a new machine i want the coffee to change colors

    • @yeonari8086
      @yeonari8086 10 місяців тому

      how did u make it not be in the players inventory?
      @@jelenacubelic225

  • @A.Bright_Star
    @A.Bright_Star 10 місяців тому

    If you guys want your machine to make a sound like a blender i have the script for that. (Note) put it before hit. Parent . Name = NewName
    You can also change the sound to whatever you like as well as the wait time to match the audio sound

    • @A.Bright_Star
      @A.Bright_Star 10 місяців тому

      if hit then script.Parent["Blender Water And Motor 5 (SFX)"]:Play() wait(3)

    • @r3ines
      @r3ines 5 місяців тому

      @@A.Bright_Star how do you add proximity promt?

    • @A.Bright_Star
      @A.Bright_Star 5 місяців тому

      @@r3ines i haven't scripted or developed for a while. 😳 I also don't have a computer right now. I might get back to you with that. Sorry 😔