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

How do you make a car not break when you clone it?

Asked by
sad_eyez 162
8 years ago

I've been trying to figure out how to do this for a while now, but I don't know exactly how, roblox physics are just weird, if you can help thanks, heres the code I tried using.

script.Parent.MouseClick:connect(function()
    local car = game.ReplicatedStorage["BetaCar"]:Clone()
    car.Parent = game.Workspace.CarSpawn
end)
2
Try to add car:MakeJoints() after you clone it Kryddan 261 — 8y

Answer this question