of     1   

WILDjake4
#223867818Friday, August 18, 2017 1:06 PM GMT

Any idea on how to weld 2 meshparts together inside a tool? I am trying to create a pistol but it requires 2 meshparts to create the whole gun, any help? i ask everyone for help on a daily basis
WILDjake4
#223904941Saturday, August 19, 2017 4:20 AM GMT

bump i ask everyone for help on a daily basis
Iceladen
#223905554Saturday, August 19, 2017 4:35 AM GMT

use a weld script lol
Wrathsong
#223906751Saturday, August 19, 2017 5:07 AM GMT

I use qPerfectionWeld
TinyGravity
#223907298Saturday, August 19, 2017 5:24 AM GMT

What's qPerfectionWeld
anphu04
#223907747Saturday, August 19, 2017 5:37 AM GMT

Use a weld script, here's an example: --Simply put it inside any model with bricks inside local prev local parts = script.Parent:GetChildren() for i = 1,#parts do if (parts[i].className == "Part") then if (prev ~= nil)then local weld = Instance.new("Weld") weld.Part0 = prev weld.Part1 = parts[i] weld.C0 = prev.CFrame:inverse() weld.C1 = parts[i].CFrame:inverse() weld.Parent = prev end prev = parts[i] end end
anphu04
#223907847Saturday, August 19, 2017 5:40 AM GMT

Hold on, change the if part.className == "Part" into if part.className == "BasePart"
WILDjake4
#223911835Saturday, August 19, 2017 7:57 AM GMT

bump i ask everyone for help on a daily basis
WILDjake4
#223912262Saturday, August 19, 2017 8:14 AM GMT

It's a MESHpart, that script doesn't work, at least for me. i ask everyone for help on a daily basis
szkiller_dev
#223912764Saturday, August 19, 2017 8:34 AM GMT

Dude just use a plugin, its even more effective.
WILDjake4
#223913299Saturday, August 19, 2017 8:57 AM GMT

this is what happens when I equip my gun ####### ###################### i ask everyone for help on a daily basis
WILDjake4
#223913744Saturday, August 19, 2017 9:20 AM GMT

ugh the gun is not in my hands, and it is in another area, my body is upside down holding the air i ask everyone for help on a daily basis
WILDjake4
#223913761Saturday, August 19, 2017 9:21 AM GMT

unanchored the tool and now it's just floating in the air, I can walk around though i ask everyone for help on a daily basis
WILDjake4
#223918899Saturday, August 19, 2017 1:17 PM GMT

bump i ask everyone for help on a daily basis

    of     1