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

How to hide parts in workspace?

Asked by 4 years ago

So im trying to make a model still be in the workspace but i dont want it to appear in game. I dont want to move the model resize or reall change anything about it, i just want to make it "not exist" but still be in the workspace. Is the possible?

0
tRaNsParEncY? EmbeddedHorror 299 — 4y
0
and cancollide=false EmbeddedHorror 299 — 4y
0
not what i meant cameronjamesg2007 7 — 4y
0
Put it on Server Storage AbusedCocopuff4 105 — 4y
1
One could make a strong argument that "make it not exist" and "not move or change anything about it" are mutually exclusive. Maybe it would be simpler if you told us why it needs to be in the Workspace and why being there invisible and uncollidable isn't the answer. EmilyBendsSpace 1025 — 4y

1 answer

Log in to vote
0
Answered by 4 years ago
Edited 4 years ago

You can put the model into lighting, serverstorage, etc and get it cloned into workspace and time it so it doesn't exist after that time, but you need to clone it back to workspace when wanted to. But you need to be more specific on how you want the model to disappear and reappear so tell me how you want it to disappear: Clickdetector, Pressure Plate, while true do?

wait(INSERT SECONDS HERE)
workspace.MODELNAME:Destroy()
0
Anyways is :Destroy() not .Destroy() XviperIink 428 — 4y
0
it's* VitroxVox 884 — 4y
0
fixed it User#30241 0 — 4y
Ad

Answer this question