Hi im kinda new to scripting so ive tried to find ways to do this and I cant get it to work. I want to have the right arm pointing in a certain direction and then it welding. This is for a sword weapon. Ive got this rn:
player = game.Players.LocalPlayer playergui = player.PlayerGui char = player.Character or player.CharacterAdded:wait() function onEquiped() -- Part where you would change the cframe end script.Parent.Equipped:Connect(onEquiped)