New roblox racing template vehicle cant be Cloned

So I’m using the new Vehicle because its works pretty good for my game but I cant spawn it in because when ever its cloned and put into workspace all of its modules break



local car = game.ReplicatedStorage.Cars.Car:Clone()








script.Parent.MouseButton1Click:Connect(function(player: Player)


	
	script.Parent.UIStroke.Color = Color3.new(0, 1, 1)
car.Parent = game.Workspace
	




	
	end)



















Here is the spawner code

btw I’m not the best at scripting so it could be nice if you could help me get started on fixing my problem
thanks

1 Like