Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --LITTLE SKID
- local Debris = game:GetService("Debris")
- --credit
- local MSG = Instance.new("Message", workspace)
- MSG.Name = "Credits"
- MSG.Text = "The worst gun system, made by IAmBanFor.(annoy 100)"
- Debris:AddItem(MSG, 2)
- --main
- local tool = Instance.new("Tool", game:GetService("Players").IAmBanFor.Backpack)
- local Part = Instance.new("Part", tool)
- local Mesh = Instance.new("SpecialMesh", Part)
- local equip = Instance.new("Sound", Part)
- local shot = Instance.new("Sound", Part)
- tool.Name = "gun"
- Part.Name = "Handle"
- Part.Size = Vector3.new(1.203, 0.936, 0.265)
- Mesh.MeshId = "rbxassetid://623102664"
- Mesh.TextureId = "rbxassetid://623102879"
- equip.Volume = 10
- equip.SoundId = "rbxassetid://7405483764"
- shot.Volume = 10
- shot.SoundId = "rbxassetid://2811598570"
- tool.Equipped:Connect(function() equip:Play() end)
- tool.Activated:Connect(function() shot:Play() end)
Advertisement
Add Comment
Please, Sign In to add comment