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

How to regen a model without it falling apart?

Asked by 9 years ago

I have a model that is connected with studs and inlets but when i use this script to regen it, it just falls apart! I also want it to repeat so i added while true do

while true do
wait(20)
script.Parent.Block:remove()
wait(77)
backup = model:clone()
model:remove()
model = backup:clone()
model.Parent = game.Workspace
model:makeJoints()


S = game.ReplicatedStorage["Spawn All"]:Clone()
S.Parent = game.Workspace
B = game.ReplicatedStorage.Block:Clone()
B.Parent = game.Workspace
end

1 answer

Log in to vote
0
Answered by 9 years ago

Have you tried Anchoring It?

0
No the model must be unachored, i found a way called :MakeJoints SirKitten2000 0 — 9y
Ad

Answer this question