Тёмный

How to make a dropper in Roblox Studio | Automatic dropper for Tycoon 

How To Make in Roblox Studio
Подписаться 9 тыс.
Просмотров 23 тыс.
50% 1

In this video I will show how to make an automatic dropper for Tycoon in Roblox Studio
SCRIPTS:
Link to the DropperScript: github.com/den...
Link to the ConveyorScript: github.com/den...
Link to the model in Roblox: www.roblox.com...
Timestamps:
0:16 Let's add the Part from which the drops will fall
0:19 Next, set for this Part Material to SmoothPlastic and set BrickColor to Institutional white
0:28 Set for both selected Parts Material to Metal, Anchored property to enabled and BrickColor to SmokyGrey
0:35 Then set Transparency to 0.5
0:41 Rename the Part to Drop
0:45 Next, select all the elements and enable Anchored property
0:48 For element Drop disable the CanCollide property
0:51 Then select all the elements and group them
0:53 Rename this Model to Dropper
0:55 Then add a Script to Dropper and rename it to DropperScript. This script creates a block and deletes it after a while
1:01 This variable points to the Drop element
1:05 This function creates a block that fall out of the Drop element
1:18 Here we can change drop the size
1:23 Here we can change the drop material
1:26 Here we can change the drop color
1:29 This is infinite loop, which calls the MakeBlock function
1:33 1 second is the delay between drops
1:47 Let's make blocks removal after a while
1:53 The block will be deleted after 5 seconds
2:08 Next, make a conveyor
2:15 Then group Parts
2:21 Now rename Part to ConveyorBelt
2:26 Rename Model to Conveyor
2:29 Then add a Script to Conveyor and rename it to ConveyorScript. This script moves the blocks on the conveyor belt
2:36 Here we can change the speed of the block along the conveyor
Music used in video:
- Break You In - Vibe Tracks [RU-vid Audio Library]
_________________________________________________________________________________
- ROBLOX Account: denkodin www.roblox.com...
- ROBLOX Group: EasyQuest www.roblox.com...
- My game EQ City: www.roblox.com...
#RobloxLua #RobloxStudio #RobloxScripting

Опубликовано:

 

17 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 75   
@H2MinRobloxStudio
@H2MinRobloxStudio 4 года назад
SCRIPTS: Link to the DropperScript: github.com/denkodin/RobloxStudio/blob/master/004_Dropper/DropperScript.lua Link to the ConveyorScript: github.com/denkodin/RobloxStudio/blob/master/004_Dropper/ConveyorScript.lua Link to the file Dropper.rbxl: github.com/denkodin/RobloxStudio/blob/master/004_Dropper/Dropper.rbxl Timecodes: 0:16 Let's add the Part from which the drops will fall 0:19 Next, set for this Part Material to SmoothPlastic and set BrickColor to Institutional white 0:29 Set for both selected Parts Material to Metal, Anchored property to enabled and BrickColor to SmokyGrey 0:35 Then set Transparency to 0.5 0:41 Rename the Part to Drop 0:45 Next, select all the elements and enable Anchored property 0:48 For element Drop disable the CanCollide property 0:51 Then select all the elements and group them 0:53 Rename this Model to Dropper 0:55 Then add a Script to Dropper and rename it to DropperScript. This script creates a block and deletes it after a while 0:48 For element Drop disable the CanCollide property 1:01 This variable points to the Drop element 1:05 This function creates a block that fall out of the Drop element 1:18 Here we can change drop the size 1:23 Here we can change the drop material 1:26 Here we can change the drop color 1:29 This is infinite loop, which calls the MakeBlock function 1:33 1 second is the delay between drops 1:47 Let's make blocks removal after a while 1:53 The block will be deleted after 5 seconds 2:08 Next, make a conveyor 2:15 Then group Parts 2:21 Now rename Part to ConveyorBelt 2:26 Rename Model to Conveyor 2:29 Then add a Script to Conveyor and rename it to ConveyorScript. This script moves the blocks on the conveyor belt 2:36 Here we can change the speed of the block along the conveyor
@olivercabada2286
@olivercabada2286 4 года назад
puedes hacer un video dejando subtitulos en español y explicar mejor
@Fakecility
@Fakecility 2 года назад
no yiou shdasbdsanhda vruhg bruhg ong!
@H2MinRobloxStudio
@H2MinRobloxStudio 4 месяца назад
@@olivercabada2286 Puedes utilizar estos códigos de tiempo. Este texto de códigos de tiempo en español reproduce exactamente el texto que está en el video. 0:16 Añadamos el Part desde el cual caerán las gotas 0:19 A continuación, establece para este Part Material a SmoothPlastic y BrickColor a Institutional white 0:28 Establece el valor de Metal para Material en ambas Parts seleccionadas, activa la propiedad Anchored y establece el valor de BrickColor a SmokyGrey 0:35 Luego establece Transparency a 0.5 0:41 Renombra el Part a Drop 0:45 A continuación, selecciona todos los elementos y activa la propiedad Anchored 0:48 Para el elemento Drop desactiva la propiedad CanCollide 0:51 Luego selecciona todos los elementos y agrúpalos 0:53 Renombra este Model a Dropper 0:55 Luego añade un Script a Dropper y renómbralo a DropperScript. Este script crea un bloque y lo elimina después de un tiempo 1:01 Esta variable apunta al elemento Drop 1:05 Esta función crea un bloque que cae del elemento Drop 1:18 Aquí podemos cambiar el tamaño de la gota 1:23 Aquí podemos cambiar el material de la gota 1:26 Aquí podemos cambiar el color de la gota 1:29 Este es un bucle infinito, que llama a la función MakeBlock 1:33 1 segundo es el retraso entre gotas 1:47 Hagamos que los bloques se eliminen después de un tiempo 1:53 El bloque será eliminado después de 5 segundos 2:08 A continuación, haz un transportador 2:15 Luego agrupa Parts 2:21 Ahora renombra Part a ConveyorBelt 2:26 Renombra Model a Conveyor 2:29 Luego añade un Script a Conveyor y renómbralo a ConveyorScript. Este script mueve los bloques en la cinta transportadora 2:36 Aquí podemos cambiar la velocidad del bloque a lo largo del transportador
@Bare_Melon
@Bare_Melon День назад
@@H2MinRobloxStudio Damn man thats dedication wow
@shaziajamal940
@shaziajamal940 4 года назад
Exactly what I needed
@cattebayo
@cattebayo 2 года назад
nice thanks for the help. im working on a coding project for school, and this one helped the most lol
@nightfall9369
@nightfall9369 2 года назад
your scripts are so helpful bc the arrows on which part does what
@nightfall9369
@nightfall9369 2 года назад
im definetly subbing
@atopot5275
@atopot5275 4 года назад
How to make a part collector?
@the_lasthour2007
@the_lasthour2007 Год назад
OMG THANK YOU IM WORKING ON A SCARY GAME AND I NEEDED THE CONVEYOR BELT TO HAVE SOMETHING ON IT IT HELPED SOMUCH CUS I SAW A 20 MIN VIDIO WICH WAS MADE 6 YEARS AGO AND IT DIDNT WORN BUT THIS WORKED THANK YOU
@aisuson9248
@aisuson9248 Год назад
question: how to make it a sphere
@98_photography_
@98_photography_ Год назад
if any one is having a error like drop is not a valid member of workspace then use this: local Drop = script.Parent function MakeBlock() local Block = Instance.new("Part", game.Workspace) Block.CFrame = Drop.CFrame Block.Size = Vector3.new(2, 1, 2) Block.Material = Enum.Material.Concrete Block.BrickColor = BrickColor.new("White") game.Debris:AddItem(Block, 5) end while true do wait(1) MakeBlock() end
@taliyahacox3046
@taliyahacox3046 Месяц назад
you put a Drop.CFrame. Just put Block.CFrame But also am getting nothing but error about the drop is not a model or a datamodel i need help it ain't working for me
@DylanYellow
@DylanYellow Год назад
if you wanna make a ball drop out, (or other shapes) under Block.Cframe add a line of code and copy this Block.Shape = Enum.PartType.Ball :)
@cheese6191
@cheese6191 3 года назад
I’m making a game where you survive falling hats and get points to buy things , it’s a basic starting game for me , and I want to figure out how to make it drop hats
@justt.tiya17
@justt.tiya17 3 года назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-JTZAZYNh5u4.html very late to see this but this might help...
@laundryiconsdontmakesense
@laundryiconsdontmakesense Год назад
change the "Part" parts of script to "MeshPart" and add "MeshID" along with "MeshTexture", not sure if this works tho
@ZaxixPurple
@ZaxixPurple Год назад
@@laundryiconsdontmakesense also just put hats in replicated storage and use clone
@peecat8142
@peecat8142 4 года назад
How do you change the shape of the bricks? Say, if i wanted to make it drop spheres. How would i do it?
@cheezyboii
@cheezyboii 2 года назад
local Block = Instance.new("Part", game.Workspace) At this part of the script, you can change the ("Part" to like a ("TrussPart" , But i think what you mean is, like cylinder and spheres, so its also named part so im sorry im not very sure.
@cheezyboii
@cheezyboii 2 года назад
And sorry if im a year late!
@peecat8142
@peecat8142 2 года назад
@@cheezyboii ty bro 🙏
@cheezyboii
@cheezyboii 2 года назад
@@peecat8142 Your welcome!
@arkadu99
@arkadu99 3 года назад
ale buja
@kingdomofme3681
@kingdomofme3681 4 года назад
Dang I learned how to code now but I cant figure out how to piece things together to do stuff.
@thegamingthomas202
@thegamingthomas202 3 года назад
Can you make it so you can drop more than 1 at different types like random colors?
@YourLocal_Mkara
@YourLocal_Mkara Год назад
to make random colors, add a "Block.Color = BrickColor.Random" Command to the "MakeBlock()" function. It should look like this: Function MakeBlock() Block.Color = BrickColor.Random end
@thegamingthomas202
@thegamingthomas202 Год назад
@@YourLocal_Mkara thanks
@vivecsarmiger5398
@vivecsarmiger5398 3 года назад
How do you change the direction of the conveyor belt?
@JustFireyy
@JustFireyy 3 года назад
Just turn the part around
@manaftermayhem8287
@manaftermayhem8287 3 года назад
i made a script exactly like you it works great but i'm not getting any coins when it hits the end how do i get the blocks to give coins
@cryptedcoder5669
@cryptedcoder5669 3 года назад
did u figure this out cuz im stuck too
@ILikeTeaNVL
@ILikeTeaNVL 2 года назад
@@cryptedcoder5669 tbh you really have to learn scripting if you want to make a game because even though you followed a tutorial I am not really sure your game will get a lot of visits with basic stuff like this
@Pengu2137
@Pengu2137 Год назад
can you make it that there is only a script? no parts or anything, just script
@lupoiugabriel-david6725
@lupoiugabriel-david6725 4 года назад
Hey dude , for some reason it doesn't works for me. I copied your script but it didn't work...
@H2MinRobloxStudio
@H2MinRobloxStudio 4 года назад
Hi Gabriel-David Lupoiu! Take this model www.roblox.com/library/4488366656/Automatic-dropper and look what the difference is
@Kingofkratos
@Kingofkratos Год назад
How i make the auto dropper drop egg
@definitelyNOTprismo
@definitelyNOTprismo Год назад
How do you make tools drop out of a dropper?
@solar.mp3
@solar.mp3 3 года назад
how do i make it drop spheres
@xster3063
@xster3063 2 года назад
Change it from Instance.New("Part") to Instance.new("Sphere")
@madepars
@madepars 3 года назад
Please tutorial how to make tycoon🥺🥺🥺🥺🥺🥺🥺🥺🙏🙏
@portato4034
@portato4034 4 года назад
How do u make the drop rate slower or faster??
@H2MinRobloxStudio
@H2MinRobloxStudio 4 года назад
Change line 19 wait(1) in the DropperScript: github.com/denkodin/RobloxStudio/blob/master/004_Dropper/DropperScript.lua If parameter value bigger the drops spawn slower.
@2ndtwoarray934
@2ndtwoarray934 3 года назад
Just change the wait() in the while loop like wait(2) and wait(0.5)
@Simon-vf4ej
@Simon-vf4ej Год назад
1:25
@RobDoesRecording
@RobDoesRecording Год назад
Hey is there any way to make killbricks drop out of it?
@OliverHansson-ek4gt
@OliverHansson-ek4gt Год назад
Yes, replace the block in replicated storage with a killbrick containing the kill script.
@RobDoesRecording
@RobDoesRecording Год назад
@@OliverHansson-ek4gt thanks! I will try that when I boot up roblox developing, I appreciate it!
@MyC0ntentSucks
@MyC0ntentSucks 2 года назад
How do you get a star in between LookVector and Speed I've looked for 10 minutes now and I can't find it
@RealCaffeinated
@RealCaffeinated 2 года назад
you have to press shift+8
@sorgii
@sorgii Год назад
It’s *
@JustFireyy
@JustFireyy 3 года назад
I have a quick question. How would I name the part that is being dropped? Is that possible
@pluralzekromx1574
@pluralzekromx1574 3 года назад
just add Block.Name = "(your name)" in the MakePart function
@sickl7434
@sickl7434 4 года назад
Anyway you can make the dropperscript drop models?
@bigslime3
@bigslime3 3 года назад
yes
@arkadu99
@arkadu99 3 года назад
ale benger ty
@pinkysingh2334
@pinkysingh2334 3 года назад
there no problem and not dropping
@AllTix_
@AllTix_ 2 года назад
How would I make it drop a ball?
@theoriginalhats3889
@theoriginalhats3889 Год назад
insert a sphere instead
@AHSedits99
@AHSedits99 Год назад
@@theoriginalhats3889 how fobyou define a sphere in a script
@theoriginalhats3889
@theoriginalhats3889 Год назад
@@AHSedits99 wdym by fobyou?
@michealx
@michealx 3 года назад
How to make that part doesnt have shadow
@laundryiconsdontmakesense
@laundryiconsdontmakesense Год назад
add [insert name here].CastShadow = false in one of the lines
@pinkysingh2334
@pinkysingh2334 3 года назад
I CANT DROP plz stop editing so that it drops
@laundryiconsdontmakesense
@laundryiconsdontmakesense Год назад
your writing the script wrong.
@mattymartbot6303
@mattymartbot6303 3 года назад
how do you make a collector?
@mattymartbot6303
@mattymartbot6303 3 года назад
also this roblox acc: glakke59 stole your script
@vukfilipovic6388
@vukfilipovic6388 4 года назад
Do you want to make game with me? Its okay if you dont
@H2MinRobloxStudio
@H2MinRobloxStudio 4 года назад
Thanks for your proposal, but I want to devote more time to my channel and develop it
@vukfilipovic6388
@vukfilipovic6388 4 года назад
Ok
@atopot5275
@atopot5275 4 года назад
and How to make the item escalator?
@laundryiconsdontmakesense
@laundryiconsdontmakesense Год назад
delete the conveyor script and rotate the conveyor up and move the dropper up
@pinkysingh2334
@pinkysingh2334 3 года назад
u noob
Далее
They Dared Me To Make A Game...
12:08
Просмотров 1,2 млн
I Spent 24 Hours With The World's Tallest Man!!
15:07
ClickDetectors Are Stupid But Kinda Powerful
12:09
Просмотров 10 тыс.
I Made the Same Game in 8 Engines
12:34
Просмотров 4,1 млн
Cracking Any Lock from $1 to $500
14:20
Просмотров 4 млн
What Should Your FIRST Roblox Game Be?
8:03
Просмотров 27 тыс.
Nostalgic Roblox Games
15:04
Просмотров 910 тыс.
Learning Unreal Engine in One Month to make a Game!
15:25