Advertisement
SythicalScripts

Sythical | Script

Jul 19th, 2023
1,387
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. getgenv().TSSettings = {
  2. key = "yourkeyhere", --// replace yourkeyhere to yourkey
  3.  
  4. --// UI SETTINGS
  5. Style = 1,
  6. SizeX = 500,
  7. SizeY = 350,
  8. Theme = "Light", --// Light,Dark,Mocha,Aqua,Jester,
  9. MainFrame = Color3.fromRGB(0, 0, 0),
  10.  
  11. --// GLOBAL SETTINGS
  12. gametoloadscriptfor = "bloxburg", -- ff2,northwind,hoopz,tnf,shootplayers,bloxburg
  13.  
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement