Not a good idea. The tutorial doesn’t say anything about disabling/enabling the toolbar. I don’t want to create confusion. If you want to disable it, just click it and it will remember if it is disabled.
Update!
2 new blocks!
This is a very useful block, read the documentation in the plugin!
I’ll paste it here anyways:
The other new block is:
It is very useful as well! Now, you can create a lava that doesn’t just kills, but destroys everything that touches it!
I’ve changed the color of the searchbar, it is now easier to notice.
I’ve fixed this issue:
The next blocks I plan are:
- A ‘create’ block that will create any type of obejct.
- A ‘set property’ block. It will be universal. You will be able to change any property of any object with it.
- The first GUI blocks. (like: click on a button, toggle visibility of a frame, etc.). It’s going to be a new category I guess.
Also, I need a way to handle the lots of categories we are starting to have.
- Solution: Make the categories panel scrollable.
- Solution: Don’t show all of the categories by default. Make it possible to select what categories you want to use in your script.
What solution do you prefer? (I prefer both. Scrollable and selectable categories)
Update!
3 new blocks! (No GUI yet)
They are well documented in the plugin, so check it out!
All of them were well requested so there you go!
Have a great day!
Thank you! I’m sorry you can’t afford it. Maybe later
It would be cool if you can add CollectionService to this so there won’t be extra scripts for no reason.
Ok… So I’m trying to give each player a money variable
Basically, trying to make it so each player sees the money they made not all of them combined
How would I do this?
There’s no way to script GUIs at the moment (it is planned!).
Use a Player Added event, you can use the ‘create’ block to create an IntValue, set it’s parent to the character of the player who have joined and then set the IntValue’s name to ‘Money’ and set value to a number. I’ll also need to add a ‘find child’ block so you can find the value from other scripts.
Sorry for not being able to fully achieve what you want. I’ll add the missing blocks so you can do what you want.
Ok so that’s my second problem this was what I came up with
So basically, there’s an object and when someone clicks it, it broadcast a message and when its received, it will add money.
The problem is reading it in other scripts. If I want to buy something with the money, how would it check and see If I have enough?
I did come up with a solution where there would be a part made for each person that joined and its y would be zero then the local script would set its y to the money that player has and then when you buy something the y would go down. It worked! but the server script could not read it because the movement was being done in a local script.
I may try to do the same thing but in a server script. so instead of a variable keeping track of the money
an object created for each person would.
Wow nice this will really help with scripting and stuff keep updating it!
how do you use the detect player block?
I’m trying to figure out the name of the player who joined
The source of every plugin is visible to an extent. By publishing this plugin you are giving back to the community in more ways than one. That is not something to discourage. Thank you.
This is such a cool plug-in though limited I’m trying to push it to its limits…
Until you update it and 20 lines of code
Is now block.
You can use the ask server block to ask the server to move the part/set a variable. Read about it in the documentation.
Gui update!
The first gui objects are now added to the plugin.
They are very primitive, but you can do cool stuff with it.
You can acces the ‘Gui’ category when your local script is in any type of GuiObject.
I hope you find these blocks useful!
Have a great day!
Yes can’t wait to try them out
Another thing
When was this added?
Thanks!
Keep up the good work!
Update!
Two new blocks, but far more opportunities!
The key down and key up block!
Detect if a key is down/up and do stuff!
The blocks are documented in the plugin.
Hello everyone!
Now the plugin has a Roblox group! It’s for fans and for the whole community:
I don’t know if it’s a glitch but I don’t see the new broadcast block.
What block are you talking about?