CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 03:36:10 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=94453805e61f29218c0a9a873f20abcacdcc1561cc45e45009cf5728c01df32aa%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22CkBTOWR1UetySoEwTkZfeGAs0w25YRgX%22%3B%7D; HttpOnly; Path=/
cf-ray: 98cb4fc7e913c181-BLR
Mask System - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local gui = script.Parent
- local debounce = false
- local equipped = false
- local tweenService = game:GetService("TweenService")
- local tweenInfo = TweenInfo.new(
- 0.25,
- Enum.EasingStyle.Back,
- Enum.EasingDirection.Out,
- 0,
- false,
- 0
- )
- local function animateMask(animateStyle)
- local mask = gui.MaskImage
- mask.Visible = true
- if animateStyle then
- if animateStyle == "down" then
- mask.Position = UDim2.new(0, 0, -1, 0)
- local downMaskTween = tweenService:Create(mask, tweenInfo, {Position = UDim2.new(0, 0, 0, 0)})
- downMaskTween:Play()
- elseif animateStyle == "up" then
- mask.Position = UDim2.new(0, 0, 0, 0)
- local upMaskTween = tweenService:Create(mask, tweenInfo, {Position = UDim2.new(0, 0, -1, 0)})
- upMaskTween:Play()
- end
- end
- end
- local function toggleMask()
- if debounce == false then
- if equipped == false then
- debounce = true
- equipped = true
- animateMask("down")
- game.ReplicatedStorage.MaskEquipped.Value = "On"
- wait(1)
- debounce = false
- elseif equipped == true then
- debounce = true
- equipped = false
- animateMask("up")
- game.ReplicatedStorage.MaskEquipped.Value = "Off"
- wait(1)
- debounce = false
- end
- end
- end
- gui.MaskButton.MouseEnter:Connect(toggleMask)
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ X
JavaScript | 2 sec ago | 0.24 KB
-
⭐⭐⭐Crypto Accounts⭐⭐
Java | 5 sec ago | 0.10 KB
-
✅⭐ Make huge profits on trading ⭐⭐ D
JavaScript | 6 sec ago | 0.24 KB
-
⭐⭐⭐GMAIL Logs (2FA disabled)⭐⭐
Java | 16 sec ago | 0.10 KB
-
⭐✅ MAKE $2500 IN 15 MIN⭐⭐⭐ G
JavaScript | 19 sec ago | 0.24 KB
-
⭐⭐⭐MAKE $9OO INSTANTLY D G⭐⭐
Java | 28 sec ago | 0.10 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ B
JavaScript | 31 sec ago | 0.24 KB
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ W
JavaScript | 33 sec ago | 0.24 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand