Simulator Generator - Full Guide

Video Statistics and Information

Video
Captions Word Cloud
Reddit Comments
Captions
hi everyone in this video I'm going to show you how to use my simulator generator plugin I will go over how to create games with this how to expand games and how to update them so this video consists of four parts first part is how to download the plugin the second part is how to configure the plugin so edit things such as the rever price the third part will be how to add pets how to add areas and generally how to update the game with new things the last part part four will be on how to implement new features that I added by the way I finally made a Discord server so if you are interested in joining that and you can link is in the description so the first step is downloading the plugin now how do you do that in the description of this video you can get the plugin once you're on this page simply just click get plugin now it will say that this item has been added to your inventory the next step is in Roblox Studio so you want to click View and open the toolbox once you in the toolbox you will click on these four squares then click on my models and open the my plugin now this should show the simulator generator plugin you click it there's an install button and now the plugin is installed after that head to the plugin stab it should be here if it's not here go to manage plugins and you can enable it here now before you can start it will probably ask you if uh you allow script injections when this screen pops up you will click allow because this is what allows the plugin to create scripts in your game that make your game functional click allow and now you have a non-working game so you will generate it again and now game is working if there's UI on your screen then you know that it is working it should also print created a new and then whatever you created in the output when you made a new game The Next Step will be how to configure the game with configure I mean just changing the game SL for example changing the price of the reverse in the game you have a game settings tab in replicated storage you can open this and there there's a bunch of settings some of the things don't work if you change them for example button signed won't actually change inside of the buttons other things however such as clicking anywhere will allow you to edit the game to your liking this setting clicking anywhere it will allow you to click not just here but anywhere on the screen to can strange there is a few issues with it though which is why it is not enabled automatically you can also edit the currency color the Curr the image in here the image is the strength icon and the color is is the color of text you might need to change these uis yourself but the popups and other systems I think work with this next up is currency multiplier this is just how much you get per click right now people just get one per click but I can set this to 100 and people will get 100 on each click the next one is currency name I think this is some explanatory currency s doesn't do anything data save you can change this data save to anything you want and it will reset everyone's data the next one is game type this is also just for the scripts that this won't do anything Max drops this is only applicable to a collect simulator if you change the max drops to a different number more or less drops will be spawn here then we have the rebirth settings so you have rebirth base price how much the first rebirth cost then you have rebirth multiplier that's how much um multiplier is given to the player after reiring and then you have reever type this can be linear and exponential uh linear reverse just go and increase 300 or whatever number you have here per rebirth and exponential types just grow so they go from 300 to 600 to whatever the re multiplier also grows exponentially but at a slower rate you can also Al addit the pet stats you do that by going to the pets selecting the pet you want so for example dragon and you click settings in here you can change the Rarity of the p and the multiplier of the p in the modules you can also change the scripts so in multipliers you can edit a bunch of things here if you go to the get Max equipped on line 31 this is the default number which is five and this is how much the more pets game PASS gives which is three the same for storage the default is 50 the first game PASS gives 50 and the second game PASS gives 250 you can also change the luck and you can change the re multiplier if you want by changing this number in the game pass section you can change the Game Pass ID of the game passes so right now these will all be set to a template which is linked to my account but if you want to make Robo from this you can change this to your own game passes on YouTube you can search up how to find the game pass ID of your game pass if you don't know how to once you have the ID you can put it in here and it will automatically get the name automatically get the image uh of The Game Pass in the shop icon and get the price next is a in here you can find all the a you can edit the chances here this is the name of the pet in the egg and uh the value is the chance of getting this pet then there's the cost of this egg which is always on the main currency of the game so this could be strength in this game but it can differ whatever game you generate and last is the areas so how this works is the last area will have a price of minus one the second area well first technically um will have a random price which is usually around 250,000 if you think this is too high or too low you can just add a zero behind it or you can make it just 100 strength to get to this you can also change the name because right now this is the desert but maybe you want to make a Candyland area in here if you want to edit the maps you can edit pretty much anything you can you just need to make sure that collect areas are there um that the doors are there the ax are there make sure to keep this ax folder same for theer boards and uh these spawn and desert folders are literally just the an you can edit these you want same for the UI if you keep the same layout here's some of the layout once you want to if you want to edit for example this one make sure to keep the right names the right things inside of it how to expand in this part of the video I am going to show you you can add pets areas and act game so let's start with a new area first off you want to build the actual area so I'm going to make a quick Ocean World here this will be my Ocean World um of course if you're making a game you should probably add more than a blue part next up you want to copy the doors this will be the new Max door go to replicate storage go to areas and you're going to create a new area here it's going to be the third one the cost of the third area will be minus one with the second area you have to change this from minus one I'm going to make mine um 10,000 cost 10,000 strength to get to the next area area and it's going to be called ocean now the area is now set up next up you want to set up an egg so this will be the ocean egg so this is the ocean egg now the eggs are easy to add for the EGS you just go to the EG folder copy one of these for example the this one call it ocean egg it has to match with the model in here make sure capitals are right too now this is the ocean egg in here you can change the cost like I mentioned before I'm going to make this 25 only and then in here you have the pets so once I have made my own pets I can put them in here by the way one quick thing when you open a game it will have this error and it will tell you to allow API Services studio and publish your games now what I mean by this is that you need to publish your game like that create so once that's done you can go here you can click play again and looks like I forgot to enable API Serv studio so go to here security and game settings then you can just take on these two this will make the game work this one will make um game pass my game passes work so I will load the game pass the shop right everything is working now now finally how to add pets so in this pet you can see a middle part if a pet does not have this part then you can just create it uh make sure that this part is somewhat aligned with the size of the pet like that then make it transparent make sure that if you put a decal in here and plop a face on it that the face if it's facing front it will actually face front so if it faces on this side while on here chest front you have to rotate just this part in order to make the pet face straight also call this part main part if you don't do that it will not work and if you don't have the server script in server script service then you have to um put canite Falls like this on all the parts in the pet or it will get stuck in places put the pet in the pets folder here copy uh the settings of a different pet you can change the Rarity to for example epic and change the multiplier to whatever you want now once that's done you also want to put the pet in the egg so I've already done that you put the name of the pet in here uh the chance and that's it let's test it out and I am in here with my two cat pets the last part is how to update the game in next video I'm planning on adding trading to this how will you add trading to this is the question so what you can do is you can on a different place generate a new game copy the scripts you can copy this one you can do this class name equals script and then you can copy all the scripts that you want you can also do the same for local script and and for module script then you might miss things in replicated storage um or things in the UI uh you will probably be able to manually add these so if I add the trading button you can just generate a new one and get the trading button from here you can just let's say there was a button here you could just copy it from this place to uh the one you're working on after all of that it still doesn't work then you can just write me about it in the Discord server and I'll provide better error messages so it tells you exactly what you miss now in the last part of the video I wanted to talk about the future of the golden sword Channel and of the simulator plugin so the next video is going to be probably my largest video I've made yet I'm going to be adding trading and a bunch of smaller features in it uh will be something like the area video but it will just be way more content in the video uh I'm planning on doing this for all my new videos this will cause me to not be able to do weekly uploads as I have games to work on too but the videos that I will upload are higher quality of course I've made the Discord server in the Discord server I want a sort of sub missions Channel where you can upload assets and pets for people to use and for me to put in the plugin I'm also planning on doing smaller fixes in uh the Discord based on your feedback I also want to make some videos which are not about generator plug so these videos could be for example a plugin which can generate other things so imagine a ob generator or a tycoon generator plugin uh and I want to do more developer kind of challenges so for example um I want to do these challenges where I make a game in a week and I try to get it on the front page or something like that of course these videos will also be helpful for you guys I'm going to teach you some tricks about getting games in front page and yeah that was the video If this video helped you then make sure to like And subscribe to my channel I'm going to be uploading more videos on the plugin like I said before uh make sure to join the Discord and yeah see you
Info
Channel: Golden Sword
Views: 10,119
Rating: undefined out of 5
Keywords: How to make a Simulator, This plugin generates a Simulator, How to make a simulator no scripting, How to make a simulator easy, Roblox Studio, How to make a roblox simulator, How to make a pet system, How to make a clicking system, How to make a collect system, How to make a full simulator, How to make a simulator 2024, RoBuilder, Goldensword, LucaDaBoy
Id: CWrf3S2CtyU
Channel Id: undefined
Length: 15min 5sec (905 seconds)
Published: Sat Feb 10 2024
Related Videos
Note
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.