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

Turn off particles with a script?

Asked by 4 years ago
Edited 4 years ago

So lets say i have all the particles inside a folder inside Workspace , and i want to press a button and hide all the particles. Can i move the folder from workspace inside Replicated Storage for example? If i can how can i do it

1 answer

Log in to vote
0
Answered by 4 years ago

You can use Particle.Parent = game.GetService("ReplicatedStorage") so the particle folder will be move into Replicated Storage Hope this will help :D

0
Alright thanks but if i want to get it back inside the workspace how will i do it? ezkatka1 50 — 4y
0
I did game.GetService("Workspace") and it returns them to workspace thanks! ezkatka1 50 — 4y
0
Glad i helped :D Nguyenlegiahung 1091 — 4y
Ad

Answer this question