Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- tool = Instance.new("Tool",owner.Backpack)
- part = Instance.new("Part",tool)
- part.Name = "Handle"
- part.Transparency = 1
- tool.Name = "the skeleton"
- part.Size = Vector3.new(1.5,1.5,1.5)
- tool.Grip = CFrame.new(0,0,0.75)
- a = Instance.new("Sound",part)
- a.SoundId = "http://www.roblox.com/asset/?id=8731780069"
- a.Looped = true
- a.Volume = 2
- local billboard = Instance.new("BillboardGui", part)
- billboard.Size = UDim2.new(1.5,0,1.5,0)
- local frame = Instance.new("ImageLabel", billboard)
- frame.BackgroundTransparency = 1
- frame.Image = "http://www.roblox.com/asset/?id=8704334145"
- frame.Size = UDim2.new(1,0,1,0)
- frame.ResampleMode = Enum.ResamplerMode.Pixelated
- tool.Equipped:Connect(function()
- a:Resume()
- end)
- tool.Unequipped:Connect(function()
- a:Pause()
- end)
Add Comment
Please, Sign In to add comment