Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --OMG XD
- --
- --sEtH457
- bin = script.Parent
- Debounce = false
- function onButton1Down(mouse)
- local player = game.Players.LocalPlayer
- if player == nil then return end
- if (Debounce == false) then
- Debounce = true
- mouse.Icon = "rbxasset://textures\\ArrowCursor.png"
- player.Character.Head.Transparency = .7
- player.Character.Torso.Transparency = .7
- player.Character:FindFirstChild("Right Arm").Transparency = .7
- player.Character:FindFirstChild("Right Leg").Transparency = .7
- player.Character:FindFirstChild("Left Arm").Transparency = .7
- player.Character:FindFirstChild("Left Leg").Transparency = .7
- wait(20)
- player.Character.Head.Transparency = .7
- player.Character.Torso.Transparency = .7
- player.Character:FindFirstChild("Right Arm").Transparency = .7
- player.Character:FindFirstChild("Right Leg").Transparency = .7
- player.Character:FindFirstChild("Left Arm").Transparency = .7
- player.Character:FindFirstChild("Left Leg").Transparency = .7
- wait(2)
- player.Character.Head.Transparency = .7
- player.Character.Torso.Transparency = .7
- player.Character:FindFirstChild("Right Arm").Transparency = .7
- player.Character:FindFirstChild("Right Leg").Transparency = .7
- player.Character:FindFirstChild("Left Arm").Transparency = .7
- player.Character:FindFirstChild("Left Leg").Transparency = .7
- wait(2)
- player.Character.Head.Transparency = .7
- player.Character.Torso.Transparency = .7
- player.Character:FindFirstChild("Right Arm").Transparency = .7
- player.Character:FindFirstChild("Right Leg").Transparency = .7
- player.Character:FindFirstChild("Left Arm").Transparency = .7
- player.Character:FindFirstChild("Left Leg").Transparency = .7
- wait(1)
- player.Character.Head.Transparency = 7
- player.Character.Torso.Transparency = 7
- player.Character:FindFirstChild("Right Arm").Transparency = 7
- player.Character:FindFirstChild("Right Leg").Transparency = 7
- player.Character:FindFirstChild("Left Arm").Transparency = 7
- player.Character:FindFirstChild("Left Leg").Transparency = 7
- wait(10) Debounce = false
- end
- end
- function onSelected(mouse)
- mouse.Icon = "rbxasset://textures\\ArrowCursor.png"
- mouse.Button1Down:connect(function() onButton1Down(mouse) end)
- end
- bin.Selected:connect(onSelected)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement