How do I make or add effects on Avatar/Character using ASSETS?
Im having a hard time trying to make my own Avatar/Character effects with this thing called "Assets". What does it mean? How do I make it so that I can put my effect(like: flaming body, sparkling body, etc.). Here is an example Ive been having trouble with:
local mesh = Instance.new("SpecialMesh")
mesh.MeshId = "http://www.roblox.com/asset?id=165709404"
mesh.TextureId = "http://www.roblox.com/asset?id=165709478"
mesh.Scale = Vector3.new(3, 3, 3)
mesh.Parent = bodyeffect