Advertisement
Gillranveer12

Space Notification Already Injection

Jun 25th, 2023
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.63 KB | None | 0 0
  1. local NotificationHolder = loadstring(game:HttpGet("https://raw.githubusercontent.com/BocusLuke/UI/main/STX/Module.Lua"))()
  2. local Notification = loadstring(game:HttpGet("https://raw.githubusercontent.com/BocusLuke/UI/main/STX/Client.Lua"))()
  3.  
  4. Notification:Notify(
  5.     {Title = "SpaceAPI", Description = "SpaceAPI Has Already Been Injected! - Join Our Server! https://discord.gg/7yK8VSWXq7!"},
  6.     {OutlineColor = Color3.fromRGB(80, 80, 80),Time = 5, Type = "option"},
  7.     {Image = "http://www.roblox.com/asset/?id=6023426923", ImageColor = Color3.fromRGB(255, 84, 84), Callback = function(State) print(tostring(State)) end}
  8. )
  9. wait(1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement