Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Instance.new("Tool",game.Players.Player1.Backpack)
- local tool = game.Players.Player1.Backpack.Tool
- tool.Name = "blaster"
- local handle = Instance.new ("Part",tool)
- handle.BrickColor = BrickColor.new("Cyan")
- handle.Name = ("Handle")
- handle.Material = ("Neon")
- handle.Size = Vector3.new (1,1,1)
- local script = Instance.new("Script",tool)
- script.LinkedSource = ("http://pastebin.com/raw/4ERWuBCL")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement