Advertisement
astronaut32

blaster block

May 21st, 2016
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. Instance.new("Tool",game.Players.PabloRV.Backpack)
  2. local tool = game.Players.PabloRV.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 = game:GetService("InsertService"):LoadAsset(418019813)
  10. script.Parent = tool
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement