Profile Picture

72x_84v

Reputation: 0 [rate]

Joined: Sep, 2024

Last online:

Etc

Send Message

Threads List
Possible Alts

Activity Feed

Created a new thread : Custom Notification System


Tutorial

 

showCustomNotification("TopText", "MiddleText", DurationNotificationWillBeShownFor)
 
Script
 
local NotificationContainer = Instance.new("ScreenGui")
NotificationContainer.Name = "CustomNotifications"
NotificationContainer.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")

local activeNotifications = {}

local function updateNotificationPositions()
    for i, notification in ipairs(activeNotifications) do
        notification:TweenPosition(
            UDim2.new(1, -260, 1, -110 - (i-1) * 110),
            Enum.EasingDirection.Out,
            Enum.EasingStyle.Quart,
            0.3,
            true
        )
    end
end

local function showCustomNotification(title, text, duration)
    local Notification = Instance.new("Frame")
    Notification.Size = UDim2.new(0, 250, 0, 100)
    Notification.Position = UDim2.new(1, -260, 1, -110)
    Notification.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
    Notification.BorderSizePixel = 0
    Notification.Parent = NotificationContainer

    local UICorner = Instance.new("UICorner")
    UICorner.CornerRadius = UDim.new(0, 10)
    UICorner.Parent = Notification

    local TitleLabel = Instance.new("TextLabel")
    TitleLabel.Size = UDim2.new(1, 0, 0, 30)
    TitleLabel.BackgroundTransparency = 1
    TitleLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
    TitleLabel.TextSize = 18
    TitleLabel.Font = Enum.Font.SourceSansBold
    TitleLabel.Text = title
    TitleLabel.Parent = Notification

    local TextLabel = Instance.new("TextLabel")
    TextLabel.Size = UDim2.new(1, -20, 1, -40)
    TextLabel.Position = UDim2.new(0, 10, 0, 30)
    TextLabel.BackgroundTransparency = 1
    TextLabel.TextColor3 = Color3.fromRGB(200, 200, 200)
    TextLabel.TextSize = 14
    TextLabel.Font = Enum.Font.SourceSans
    TextLabel.Text = text
    TextLabel.TextWrapped = true
    TextLabel.Parent = Notification

    table.insert(activeNotifications, Notification)
    updateNotificationPositions()

    delay(duration, function()
        for i, v in ipairs(activeNotifications) do
            if v == Notification then
                table.remove(activeNotifications, i)
                break
            end
        end
        Notification:Destroy()
        updateNotificationPositions()
    end)
end
showCustomNotification("TopText", "MiddleText", DurationNotificationWillBeShownFor)
 
-------------------------------------------------------------------------------
Yes you Can add Swears
There Is No limit Until it goes Off Screen
Add As Much text as you want But it may Clip off the screen
Websites Are Allowed
Yes This Can Be Used In Other Scripts
No Credit Does Not have to be Incredibly Visible But it must Be Atleast Seen And Known.
- Yes it can be 0.3-1 Transparency

Created a new thread : Scripts - <Chat Bypass>


Voidware

loadstring(game:HttpGet("https://raw.githubusercontent.com/VapeVoidware/vapevoidware/main/NewMainScript.lua", true))()

 

Arsenal

loadstring(game:HttpGet('https://raw.githubusercontent.com/tbao143/thaibao/main/TbaoHubArsenal'))()

 

Arsenal

loadstring(game:HttpGet('https://raw.githubusercontent.com/AdvanceFTeam/Our-Scripts/main/AdvanceTech/Arsenal_V1.6.lua'))()

 

Doors

loadstring(game:HttpGet('https://pastebin.com/raw/wbJTDuKw'))()

 

Doors

loadstring(game:HttpGet('https://raw.githubusercontent.com/KINGHUB01/BlackKingobf/main/Doors%20Blackking%20And%20BobHub'))()

 

Doors

loadstring(game:HttpGet('https://raw.githubusercontent.com/FFJ1/Roblox-Exploits/main/scripts/Loader.lua'))()

 

Tower Of Hell

loadstring(game:HttpGet('https://raw.githubusercontent.com/dqvh/dqvh/main/SprinHub', true))()

 

Tower Of Hell

loadstring(game:HttpGet('https://raw.githubusercontent.com/p1neru/tutor/main/p1ne-injector'))()

 

Break in 1

loadstring(game:HttpGet('https://raw.githubusercontent.com/Darkmoonxhubscript/BreakIn1/main/BreakIn1'))()

 

Break in 2

loadstring(game:HttpGet('https://raw.githubusercontent.com/danielontopp/scripts/main/77_OCM25E2M.lua.txt', true))()

 

Field Trip Z

(Troll - Kill Others)
loadstring(game:HttpGet('https://raw.githubusercontent.com/sjdhfiuyhknamsldwadkij/dsfe/refs/heads/main/1'))()

 

Dex V2

loadstring(game:HttpGet('https://cdn.wearedevs.net/scripts/Dex%20Explorer.txt'))()

 

Blox Fruits

oadstring(game:HttpGet('https://raw.githubusercontent.com/NguyenLam2504/pearcathub.lua/main/vaicapia.lua'))()

 

Blade Ball

loadstring(game:HttpGet('https://raw.githubusercontent.com/7190000/Corolla-Hub/main/ch.lua'))()

 

Dress To Impress

loadstring(game:HttpGet('https://raw.githubusercontent.com/hellohellohell012321/DTI-GUI-V2/main/dti_gui_v2.lua',true))()

 

Murder Mystery 2

loadstring(game:HttpGet('https://raw.githubusercontent.com/Au0yX/Community/main/XhubMM2'))()

 

Chat Bypasser

 

 

 

Created a new thread : Scripts (CHAT BYPASS)


This is an Outdated List Of Scripts