Advertisement
tubers93zxzxz

Syntax V3

Feb 27th, 2022
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.64 KB | None | 0 0
  1. -- V3 Key is SyntaxV3Free --
  2. shared.colors = {
  3.     Icons = Color3.fromRGB(0,255,149),
  4.     Version = Color3.fromRGB(0,255,149),
  5.     Text = Color3.fromRGB(255,255,255),
  6.     Description = Color3.fromRGB(125,125,125),
  7.     TabList = Color3.fromRGB(30,30,30),
  8.     Scripts = Color3.fromRGB(30,30,30),
  9.     Back = Color3.fromRGB(25,25,25),
  10.     Glow = Color3.fromRGB(0,0,0),
  11. }
  12. shared.transparency = {
  13.     Version = 0,
  14.     Text = 0,
  15.     Description = 0,
  16.     Icons = 0,
  17.     Back = 0,
  18.     Glow = 0.5,
  19.     TabList = 0,
  20.     Scripts = 1,
  21. }
  22.  
  23. loadstring(game:HttpGet("https://raw.githubusercontent.com/Memeboiyot/Syntax-V3-Free/main/Syntax%20v3", true))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement