Advertisement
astronaut32

wip

May 21st, 2016
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. Instance.new("Tool",game.Players.Player1.Backpack)
  2. local tool = game.Players.Player1.Backpack.Tool
  3. tool.Name = "blaster"
  4. local handle = Instance.new ("Part",tool)
  5. handle.BrickColor = BrickColor.new("Cyan")
  6. handle.Name = ("Handle")
  7. handle.Material = ("Neon")
  8. handle.Size = Vector3.new (1,1,1)
  9. local script = Instance.new("Script",tool)
  10. script.LinkedSource = ("http://pastebin.com/raw/4ERWuBCL")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement