#i need to activate effects idk how to make a script for that:( pls help

6 messages · Page 1 of 1 (latest)

rigid grotto
#

you need to manipulate visual effects (particles) with a script?

crude mauve
rigid grotto
crude mauve
#

i wanna make a gas tank that explodes

#

but im a bit confused whit that stuff

rigid grotto
#

so for example something like this:

prompt.enabled:connect(function()
local clonedvfx = firevfx:Clone()
clonedvfx.Parent = workspace
clonedvfx.Position = Vector3.new(20,5,10)
end)