So I made two helicopters. One is a passenger and the other is a personal. Now, I had two buttons, each assigned to one. Now, they replicate from ReplicatedStorage into Workspace just fine, the only problem with that is all parts just fall off. Any fixes?
-Thanks, RadioactiveSherbet
local NewCloneModel = Instance.new("Model", plr.Character) NewCloneModel.Name = "SpeederVehicle" local NewClone = Cloned:clone() --NewClone.Parent = plr.Character NewClone.Parent = NewCloneModel NewClone:makeJoints() --keeps the joints of teh cloned model NewClone["Weld"].Disabled = false Current = NewClone end else
hope this script part helps ya