1 | function Chat(message) |
2 | game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(message , "All") |
3 | end |
4 | |
5 | Rizz_Lines = loadstring(game:HttpGet("https://raw.githubusercontent.com/mikhailramlal/Rizzer/main/auto-update"))() |
6 | |
7 | local lib = loadstring(game:HttpGet("https://raw.githubusercontent.com/mikhailramlal/Rizzer/main/ui"))() |
8 | |
9 | local Rizz_Main = lib:Window("Rizz🍭") |
10 | |
11 | Rizz_Main:Label("Main") |
12 | |
13 | Rizz_Main:Dropdown("Line Pixker", Rizz_Lines, function(line) |
14 | getgenv().line2 = tostring(line) |
15 | end, true) |
16 | |
17 | |
18 | Rizz_Main:Button("Rizz" , function() |
19 | Chat(getgenv().line2) |
20 | end) |