Help with particle loading

Not sure if anyone else already had this issue with it being solved but, I recently got someone to do particle effects for me which work perfectly fine on their baseplate when they upload it, but when I try adding it into any other games then it refuses to load.

Particle in original baseplate: https://gyazo.com/ba22170439071a9e7f3846ee41a714c8

Particle in any other game I try loading it into: https://gyazo.com/e3afa4a7378e1e317676f110419d6f93

(This is a little hard to explain, but-)

If you look at the Texture property, it’s showing a directory from the creator’s computer, which means they uploaded it directly through studio. So, it was uploaded as a Game Asset.
texture
Replace what’s in the Texture property with the lightning particle’s roblox ID.
ronloZXID (for example)

hopefully this makes sense

1 Like

Ah ok that makes sense, thanks for the help. I’ll see if that works or not.