Advertisement
kevin_flash99

Stands Awakening [Beta] GUI

May 19th, 2021
6,248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.34 KB | None | 0 0
  1. -- SETTING THEME --
  2.  
  3.  
  4. _G.MainI = Color3.fromRGB(203 ,156, 255)
  5. _G.MainII = Color3.fromRGB(140, 166 ,252)
  6. _G.ButtonI = Color3.fromRGB(203 ,156, 255)
  7. _G.ButtonII = Color3.fromRGB(140, 166 ,252)
  8. _G.BlackGround = Color3.fromRGB(140, 166 ,252)
  9. -- SCRIPT GAME --
  10. loadstring(game:HttpGet("http://skyhubking.xyz/script/free_script/main%20game.lua"))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement