yeah you’re right, i think i know how to fix it im gonna do it as soon as im able too, for now. idk if you are femilliar with the console in roblox studio but.
yes okay so the error from plugin side is fixed now. the plugin uses insert service so you have to “allow http acces” that should resolve it i believe.
I managed to mess with the source code to force it to load some custom parts with some messy code, pretty cool!
I would love seeing this work with models and parts that have other parts inside so we can make stuff rotate around the ‘middle part’ rather than rotate on the spot
I’m guessing random rotation is in the todo list, but just wanted to make sure
well this is already a feature. you have to insert a objectValue inside your system and call it “Target” then disable and enable part pooling then the system will use the target value
then the update would need constant updating each time i update the particle system. now you just have the plugin and when the particle system has an update so do you.
Also, the particle system module needs to be in the game and not the studio or it wont show in public games.
Use Up Vector as direction:
When this is enabled the particles will use the up vector of the part or attachment they are originated from.
Face Parts Towards direction:
When this is enabled the particles will be orientated to towards the direction they are going.
Particle Logic:
When this is enabled it will allow you to give a particle aditional logic. Like changing the color of a point light inside of it. To make it show the same as the particle.
To make use of this feature you have to Enable Particle Logic and put a ModuleScript inside the target particle.
Here is an example of what the script would look like when changing the color and brightness of a pointlight.
Why is the “ActivateInCameraMode” referring to “game.ReplicatedStorage.ModulePack”? There is no ModulePack folder in my ReplicatedStorage because the UI does nothing. The buttons don’t do anything. Pressing Create or tutorial or any of the buttons, it doesn’t do anything.
Edit: looks like it works after putting the ModulePack you mentioned above. I didn’t see it so I completly missed it. It works great!
Yeah I typed out the message and went scrolling up but replied anyway so I didn’t see it until like 5 seconds later haha my bad.
The only thing that doesn’t seem to work is showing the “particles” in studio mode. They do show when I use “Run” or “Play” but in Studio camera it doesn’t show the parts
Yes you’re right. I didnt make them work in edit mode to make sure there is no performance hit. because this can be quite annoying if you’re not even working on the particles.
Ahh okay I understand now. I was confused because of the ActivateInCameraMode script so I thought it should work in camera mode. but it’s fine. I will just use the “Run” button alot.