Advertisement
Gillranveer12

Space Notification Injection

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