The visual scripting plugin | EventBlocks! [Most popular!]

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.

2 Likes

Update!

2 new blocks!
image
This is a very useful block, read the documentation in the plugin!
I’ll paste it here anyways:
image

The other new block is:
image
It is very useful as well! Now, you can create a lava that doesn’t just kills, but destroys everything that touches it!
image

I’ve changed the color of the searchbar, it is now easier to notice.
image

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.
image


  1. Solution: Make the categories panel scrollable.
  2. 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)


4 Likes

Update!

3 new blocks! (No GUI yet)
image
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!

5 Likes

Thank you! I’m sorry you can’t afford it. Maybe later :smiley:

4 Likes

It would be cool if you can add CollectionService to this so there won’t be extra scripts for no reason.

3 Likes

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?

2 Likes

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.

3 Likes

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.

2 Likes

Wow nice this will really help with scripting and stuff keep updating it!

3 Likes

how do you use the detect player block?
I’m trying to figure out the name of the player who joined

2 Likes

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.

4 Likes

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.

:slight_smile:

1 Like

You can use the ask server block to ask the server to move the part/set a variable. Read about it in the documentation.

3 Likes

Gui update!

The first gui objects are now added to the plugin.
image
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.
image

I hope you find these blocks useful!

Have a great day!

5 Likes

Yes can’t wait to try them out

2 Likes

Another thing

Screenshot 2022-06-25 194716

When was this added?
Thanks!

Keep up the good work!

1 Like

Update!

Two new blocks, but far more opportunities!
The key down and key up block!
image

Detect if a key is down/up and do stuff!
The blocks are documented in the plugin.

4 Likes

Hello everyone!
Now the plugin has a Roblox group! It’s for fans and for the whole community:

3 Likes

I don’t know if it’s a glitch but I don’t see the new broadcast block.

1 Like

What block are you talking about?

2 Likes