Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I add custom particles to a script (horse, giant, etc) in script builder?

Asked by 8 years ago

I need to insert custom particles (little skulls and fire) into my nightmare horse in script builder, but I don't know how. Please help.

1 answer

Log in to vote
0
Answered by 8 years ago

Change the value of the ParticleEmitter.Texture.

Ex: Instance.new("ParticleEmitter", Instance.new("Part", workspace)).Texture = "http://www.roblox.com/asset/?id=_______" (replace ______ with the id, of course)

Ad

Answer this question