Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Head to Arms Problem? Check my Script plz... am Stuck...

Asked by
KAAK82 16
10 years ago
local char = game.Players.LocalPlayer.Character
local weld = Instance.new('Weld', char.Head)
weld.Part0 = char.Head
weld.Part1 = char['Left Arm']
weld.C0 = CFrame.new()
weld.C1 = char.Head.CFrame:inverse() * char['Left Arm'].CFrame

local char = game.Players.LocalPlayer.Character
local weld = Instance.new('Weld',char.Head)
weld.Part0 = char.Head
weld.Part1 = char['Right Arm']
weld.C0 = CFrame.new()
weld.C1 = char.Head.CFrame:inverse() * char['Right Arm'].CFrame

it inserts the Head into the Right Arm I need it to stay at it's Original Position... For my first ever Successful Gun... so I can Aim up and Down...

also, sry, my 'w' never works, I need to copy and Paste it...

0
what do these [ ] mean? Tesouro 407 — 10y
0
['Left Arm'] is an example, so basically, if there's a Name that has Spaces, just use that... y u askin? u didn't kno that or??? KAAK82 16 — 10y

Answer this question