lafur

Untitled

May 5th, 2020
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. weight = Instance.new("Tool",owner.Backpack)
  2. weight.Name = "Weight"
  3. weight.RequiresHandle = false
  4.  
  5. model = Instance.new("Part",weight)
  6. model.Name = "Handle"
  7. model.Size = Vector3.new(0.1, 0.1, 0.1)
  8.  
  9. mesh = Instance.new("SpecialMesh",model)
  10. mesh.MeshId = "http://www.roblox.com/asset/?id=122333663"
  11. mesh.TextureId = "http://www.roblox.com/asset/?id=122333759"
Add Comment
Please, Sign In to add comment