Falling Blocks

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

cdoxy

Member
Aug 9, 2024
43
2
8
I need help making a simple script, to spawn a falling block with no gravity on the clicked block.



on right click:
if player's tool is stick:
if player's tool's display name is "&eFake Block Wand":
if clicked block is air:
# spawn fake blocks


thanks!
 
I need help making a simple script, to spawn a falling block with no gravity on the clicked block.



on right click:
if player's tool is stick:
if player's tool's display name is "&eFake Block Wand":
if clicked block is air:
# spawn fake blocks


thanks!
https://docs.skunity.com/syntax/search/id:1287. Require SkQuery. Alternatively, you can create a fake block via Block Displays (SkBee required).