|
| 04 Sep 2011 06:35 PM |
Im making a car and It just falls apart, I just modified the on in happy home in robloxia,
here is the pad script
local car = script.Parent.Parent.Car:Clone()
while true do
wait(5)
local n = script.Parent.Parent:FindFirstChild("Car") == nil if (n or (script.Parent.Position - script.Parent.Parent.Car.VehicleSeat.Position).magnitude > 40) then if (n ~= true) then script.Parent.Parent.Car.Parent = game.Workspace end local c = car:Clone() c.Parent = script.Parent.Parent c:makeJoints() end
end
thats the only script
please help |
|
|
| Report Abuse |
|
|
|
| 04 Sep 2011 06:36 PM |
| You problem is the surfaces.... |
|
|
| Report Abuse |
|
|
| |
|
| |
|
|
| 04 Sep 2011 06:39 PM |
Here's the list:
http://wiki.roblox.com/index.php/MakeJoints |
|
|
| Report Abuse |
|
|
|
| 04 Sep 2011 06:44 PM |
I dont get it really it dosent work
Im trying to do the model form |
|
|
| Report Abuse |
|
|
|
| 04 Sep 2011 06:47 PM |
BrickA has studs on it's TopSurface, BrickB has inlets on it's BottomSurface.
BrickB is on top of BrickA. So if you used MakeJoints, it would work. |
|
|
| Report Abuse |
|
|
| |
|