|
| 27 Sep 2012 04:20 PM |
How do I weld a tool to my head, once it is equiped? Say a sniper. |
|
|
| Report Abuse |
|
|
|
| 27 Sep 2012 04:27 PM |
Why would you want to weld it to your head...? Get my Weld Script and edit it a bit.
http://www.roblox.com/CeaselessSouls-Admin-Commands-Gui-based-item?id=92856199 -- Take one and enjoy! Read the description, has a lot of information. |
|
|
| Report Abuse |
|
|
|
| 27 Sep 2012 04:52 PM |
Erm, your script didn't help too much. :/
I just want it so that when it is equipped, it weld's it to your head. I am creating a sniper hat. How it works is, when you touch a "Hair", it gives you the sniper. I want the sniper to clone on top of your head.
I had no idea how to edit your script to do that (Not used to welds :/) |
|
|
| Report Abuse |
|
|
| |
|
|
| 27 Sep 2012 07:03 PM |
local Weld = Instance.new("Weld", Workspace) Weld.Part0 = Sniper.Handle Weld.Part1 = Sniper.Parent.Head -- Character's head? Weld.C0 = CFrame.new(0,5,0) -- Move Part0 5 studs up |
|
|
| Report Abuse |
|
|
|
| 27 Sep 2012 07:58 PM |
OH, just put that in a hat, name it Handle and that's it... You might need to edit the positioning a bit, but that's easy, just edit the properties of the hat.
http://www.roblox.com/CeaselessSouls-Admin-Commands-Gui-based-item?id=92856199 -- Take one and enjoy! Read the description, has a lot of information. |
|
|
| Report Abuse |
|
|