Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- weight = Instance.new("Tool",owner.Backpack)
- weight.Name = "Weight"
- weight.RequiresHandle = false
- model = Instance.new("Part",weight)
- model.Name = "Handle"
- model.Size = Vector3.new(0.1, 0.1, 0.1)
- mesh = Instance.new("SpecialMesh",model)
- mesh.MeshId = "http://www.roblox.com/asset/?id=122333663"
- mesh.TextureId = "http://www.roblox.com/asset/?id=122333759"
Add Comment
Please, Sign In to add comment