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

Whats an Good Brick Weld Script for Cars?

Asked by 10 years ago

Okay, I have this Car Where all the bricks fall off the front.. I used this Persons Weld scripts but it does not seem to Keep the bricks welded on. I have the script in the Brick Itself. Any Ideas?

01t = script.Parent
02 
03wait(5)
04 
05function stick(x, y)
06    weld = Instance.new("Weld")
07    weld.Part0 = x
08    weld.Part1 = y
09    local HitPos = x.Position
10    local CJ = CFrame.new(HitPos)
11    local C0 = x.CFrame:inverse() *CJ
12    local C1 = y.CFrame:inverse() * CJ
13    weld.C0 = C0
14    weld.C1 = C1
15    weld.Parent = x
View all 84 lines...
0
Duplicate question, we have a edit button in case you put in the wrong script on the first question or made a typo. Please stick to your original topic https://scriptinghelpers.org/questions/6996/whats-an-good-brick-weld-script-for-cars Thank you. M39a9am3R 3210 — 10y

Answer this question