|
| 14 Oct 2013 08:53 PM |
I am adding 2 more pieces to the ro-baseball bat and I can't figure out why it is falling apart. I tried build weld and it didn't work and I don't know how to edit Welds. The top 2 scripts were already there, I need to slip 2 more in for the top and bottom parts of the barrel of the bat. If you need the bat to do this I am uploading and posting a link to it right now in this thread.
local w1 = Instance.new("Weld") w1.Parent = me.Handle -- This is the original Handle. w1.Part0 = w1.Parent w1.Part1 = me.Handle2 -- Change PARTNAME to your second part's name. w1.C1 = CFrame.fromEulerAnglesXYZ(0, 0, 0) * CFrame.new(0, 0.8, 0) local w1 = Instance.new("Weld") w1.Parent = me.Handle -- This is the original Handle. w1.Part0 = w1.Parent w1.Part1 = me.Handle3 -- Change PARTNAME to your second part's name. w1.C1 = CFrame.fromEulerAnglesXYZ(0, 0, 0) * CFrame.new(0, -3, 0) ------------------------------------------------------------------ ^That part is already done, I don't know what to put in the ?s.
local w1 = Instance.new("Weld") w1.Parent = me.Handle -- This is the original Handle. w1.Part0 = w1.Parent w1.Part1 = me.Handle4 -- Change PARTNAME to your second part's name. w1.C1 = CFrame.fromEulerAnglesXYZ(0, 0, 0) * CFrame.new(0, ?, 0) local w1 = Instance.new("Weld") w1.Parent = me.Handle -- This is the original Handle. w1.Part0 = w1.Parent w1.Part1 = me.Handle5 -- Change PARTNAME to your second part's name. w1.C1 = CFrame.fromEulerAnglesXYZ(0, 0, 0) * CFrame.new(0, ?, 0) end
|
|
|
| Report Abuse |
|
|
| 14 Oct 2013 08:55 PM |
| http://www.roblox.com/BROKEN-item?id=132597581 |
|
|
| Report Abuse |
|
|
| 14 Oct 2013 09:16 PM |
Here i fixed your item for you the Handle 4 and Handle 5 had a space between them and also i recalculated the weld once i made it to match perfectly
http://www.roblox.com/Fixed-Baseball-Bat-item?id=132598850 |
|
|
| Report Abuse |
|