Hello everyone.
I have problem with my particles script, it keep crashing when I set too many particles from SkBee addon.
This code literally crashing my server after reload.
Can I fix it somehow?
I have problem with my particles script, it keep crashing when I set too many particles from SkBee addon.
This code literally crashing my server after reload.
Code:
command /partykle:
trigger:
play 30 of snowflake at location of Player offset by vector(0, 1, 0) with extra 0.1
play 30 of block using ice at location of Player offset by vector(0, 1, 0) with extra 0.2
play 30 of block using packed ice at location of Player offset by vector(0, 1, 0) with extra 0.2
Can I fix it somehow?