|
| 04 Jul 2015 10:05 PM |
custom weapon possibilities are endless http://www.roblox.com/Heroes-Warhammer-item?id=265964296 thats all 1 block
~The LMaD Deer~ |
|
|
| Report Abuse |
|
|
Rionic
|
  |
| Joined: 30 Jan 2010 |
| Total Posts: 33029 |
|
| |
|
| |
|
noah
|
  |
| Joined: 11 Sep 2006 |
| Total Posts: 18977 |
|
| |
|
|
| 04 Jul 2015 10:07 PM |
| This union is not currently solvable. Try offsetting the parts from each other or try unioning each part individually. |
|
|
| Report Abuse |
|
|
|
| 04 Jul 2015 10:07 PM |
| Also fyi Unions tend to have horrible hitboxes and you'll need to create a part of the same dimensions to act as the hitter |
|
|
| Report Abuse |
|
|
|
| 04 Jul 2015 10:09 PM |
CSG = Unions anyway, its a weapon so not like hitbox will matter as long as it goes from the tip of the handle to the actual hammer itself its fine
~The LMaD Deer~ |
|
|
| Report Abuse |
|
|
|
| 04 Jul 2015 10:10 PM |
| You don't understand though. Unions .Touched events don't fire 99% of the time for some of them |
|
|
| Report Abuse |
|
|
|
| 04 Jul 2015 10:11 PM |
Im not going to question it specifications stated in the weapon making thread said it all had to be ONE union/csg modelled
~The LMaD Deer~ |
|
|
| Report Abuse |
|
|
|
| 04 Jul 2015 10:12 PM |
players = game.Players:GetPlayers
for i,v in pairs(players) do v.Character.Transparency = 0.5 end
----
tool = script.Parent handle = tool.Handle
script.Parent.Equipped:connect(function()
handle.BrickColor = BrickColor.new("Bright red") end)
JOIN MY GROUP IF YOU PROJECT AND WANT PROFIT |
|
|
| Report Abuse |
|
|