GUESTHAXX
|
  |
| Joined: 16 Apr 2012 |
| Total Posts: 3370 |
|
|
| 18 Dec 2012 04:29 PM |
I notice something about making guns... When you unequip them there welds break.
Any reason for this? |
|
|
| Report Abuse |
|
|
|
| 18 Dec 2012 05:25 PM |
You have to use Welds, not SurfaceWelds, but Welds... I made one a long time ago, take it and use it. Just put it in the gun.
For hippies: http://www.roblox.com/Peace-Shirt-TRANSPARENT-item?id=99429853 |
|
|
| Report Abuse |
|
|
GUESTHAXX
|
  |
| Joined: 16 Apr 2012 |
| Total Posts: 3370 |
|
|
| 18 Dec 2012 05:37 PM |
| I know that. I never use surface welds. |
|
|
| Report Abuse |
|
|
|
| 18 Dec 2012 06:04 PM |
Take out all the current welds, and use my weld script.
For hippies: http://www.roblox.com/Peace-Shirt-TRANSPARENT-item?id=99429853 |
|
|
| Report Abuse |
|
|
GUESTHAXX
|
  |
| Joined: 16 Apr 2012 |
| Total Posts: 3370 |
|
| |
|
|
| 18 Dec 2012 07:14 PM |
I think it's on my last page of models.. XD.
For hippies: http://www.roblox.com/Peace-Shirt-TRANSPARENT-item?id=99429853 |
|
|
| Report Abuse |
|
|
GUESTHAXX
|
  |
| Joined: 16 Apr 2012 |
| Total Posts: 3370 |
|
|
| 18 Dec 2012 07:33 PM |
-_- Lets find out shall I? (Got no other choice..)
It was next to last... XD |
|
|
| Report Abuse |
|
|
|
| 18 Dec 2012 07:43 PM |
function Weldnow() local w1 = Instance.new("Weld") w1.Parent = script.Parent.Handle -- This is the original Handle. w1.Part0 = w1.Parent w1.Part1 = script.Parent.PARTNAME -- Change PARTNAME to your second part's name. w1.C1 = CFrame.fromEulerAnglesXYZ(0, 0, 0) * CFrame.new(0, 0, 0) local w2 = Instance.new("Weld") w2.Parent = script.Parent.Handle w2.Part0 = w1.Parent w2.Part1 = script.Parent.PARTNAME -- Change this to the third part's name. w2.C1 = CFrame.fromEulerAnglesXYZ(0, 0, 0) * CFrame.new(0, 0, 0) end script.Parent.Equipped:connect(Weldnow) script.Parent.Unequipped:connect(Weldnow) ---------------------------
Sources: Roblox wiki; http://wiki.roblox.com/index.php/Tools
|Paradoxical| I shun thy heathen, dost thou not know that flames will devour thy mind? |
|
|
| Report Abuse |
|
|
kingmatt2
|
  |
| Joined: 20 Aug 2011 |
| Total Posts: 6494 |
|
|
| 18 Dec 2012 07:56 PM |
| Use a diffrent weld. a weld that doesent delete it self. |
|
|
| Report Abuse |
|
|
GUESTHAXX
|
  |
| Joined: 16 Apr 2012 |
| Total Posts: 3370 |
|
|
| 18 Dec 2012 08:07 PM |
Soul already helped..
What weld I was using was:
CmdUlts weld. Works fine for my explosives. |
|
|
| Report Abuse |
|
|