Advertisement
JRKPastesBins

Untitled

Aug 25th, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. hand2mesh.Scale = Vector3.new(1,1,1)
  2. hand2aura = Instance.new("ParticleEmitter",hand1)
  3. hand2aura.Size = NumberSequence.new(1)
  4. hand2aura.Texture = "rbxassetid://715401010"
  5. hand2aura.Speed = NumberRange.new(0)
  6. hand2aura.LockedToPart = true
  7. hand2aura.Transparency = NumberSequence.new(1)
  8. hand2aura.RotSpeed = NumberRange.new(999)
  9. hand1weld = Instance.new("Weld",hand1)
  10. hand1weld.Part0 = rarm
  11. hand1weld.Part1 = hand1
  12. hand1weld.C0 = CFrame.new(0,-1.8,0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement