Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- %Name : firegame87
- %Version : Lua 5.1
- %Script : Local
- --]]
- id = 892899189
- player = game.Players.LocalPlayer
- tool = Instance.new("Tool" , player.Backpack)
- tool.TextureId = "rbxassetid://212303004"
- handle = Instance.new("Part" , tool)
- handle.Name = "Handle"
- handle.Size = Vector3.new(3.2, 1.6, 1.2)
- mesh = Instance.new("SpecialMesh" , handle)
- mesh.MeshId = "http://www.roblox.com/asset/?id=212302951"
- mesh.TextureId = "http://www.roblox.com/asset/?id=212303049"
- mesh.Scale = Vector3.new(4, 4, 4)
- tool.GripForward = Vector3.new(1, 0, 0)
- tool.GripPos = Vector3.new(1, -1.25, 0)
- tool.GripRight = Vector3.new(0, 0, 1)
- tool.GripUp = Vector3.new(0, 1, 0)
- tool.Equipped:connect(function(mouse)
- son = Instance.new("Sound" , handle)
- son.Looped = true
- son.Volume = 100
- son.SoundId = "rbxassetid://"..id
- son:Play()
- end)
- tool.Unequipped:connect(function(mouse)
- son:Remove()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement