Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Instance.new("Tool",game.Players.PabloRV.Backpack)
- local tool = game.Players.PabloRV.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 = game:GetService("InsertService"):LoadAsset(418019813)
- script.Parent = tool
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement