Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- hand2mesh.Scale = Vector3.new(1,1,1)
- hand2aura = Instance.new("ParticleEmitter",hand1)
- hand2aura.Size = NumberSequence.new(1)
- hand2aura.Texture = "rbxassetid://715401010"
- hand2aura.Speed = NumberRange.new(0)
- hand2aura.LockedToPart = true
- hand2aura.Transparency = NumberSequence.new(1)
- hand2aura.RotSpeed = NumberRange.new(999)
- hand1weld = Instance.new("Weld",hand1)
- hand1weld.Part0 = rarm
- hand1weld.Part1 = hand1
- hand1weld.C0 = CFrame.new(0,-1.8,0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement