|
| 03 Apr 2017 10:36 PM |
| -- so im trying to make it so the "Doriblox" spawns at the tip of arm and not inside it -- can anyone help local plr = game.Players.LocalPlayer local char = plr.Character function Equipped() local chips = game.ReplicatedStorage.Doriblox:Clone() chips.Parent = char["Left Arm"] chips.CFrame = char["Left Arm"].CFrame local w1 = Instance.new("Weld") w1.Parent = chips ######## # ######### ######## = char["Left Arm"] w1.C1 = CFrame.fromEulerAnglesXYZ(0, 0, 0) * CFrame.new(0, 0, 0) end function Unequipped() char["Left ######################## end script.Parent.Equipped:connect(Equipped) script.Parent.Unequipped:connect(Unequipped) shadilay |
|
|
| Report Abuse |
|
| |