Advertisement
wamandnj

Untitled

Feb 20th, 2019
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. swordtool = Instance.new("Tool")
  2. swordtool.GripForward = Vector3.new(-1, 0, 0)
  3. swordtool.GripPos = Vector3.new(0, 0, -1.5)
  4. swordtool.GripRight = Vector3.new(0, 1, 0)
  5. swordtool.GripRight = Vector3.new(0, 1, 0)
  6. swordtool.TextureId = ("rbxasset://Textures/Sword128.png")
  7. swordtool.Parent = game.Players.TameDoNotClick.Backpack
  8.  
  9. cam = Instance.new("Part")
  10. cam.Name = ("Handle")
  11. cam.Parent = game.Players.TameDoNotClick.Backpack.Tool
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement