Advertisement
iiMurpyh

Untitled

Oct 23rd, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. local player = game:GetService("Players").LocalPlayer
  2. local plr = player.Character
  3. local mouse = player:GetMouse()
  4.  
  5. gun = Instance.new("Tool")
  6. gun.CanBeDropped = false
  7. gun.Parent = player.Backpack
  8. gun.RequiresHandle = true
  9.  
  10. Hold = Instance.new("SpecialMesh")
  11. Hold.MeshId = "rbxassetid://458670514"
  12. Hold.TextureId = "rbxassetid://458670514"
  13. Hold.Name = "Handle"
  14. Hold.Parent = gun
  15. Hold.Scale = Vector3.new(1,1,1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement