Advertisement
_______homie_______

Untitled

Jan 2nd, 2023
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. Configuration = {
  2.  
  3. MainSettings = {
  4. Host = "Dummy1",
  5. OnHost = false,
  6. Alts = {
  7. "Dummy2"
  8. },
  9. Track__Alternatives = true
  10. },
  11.  
  12. Modes = {
  13. Developer__Mode = true,
  14. Ultimate__Performance__Mode = true,
  15. SilentMode = false,
  16. FPSLimit = 45
  17. },
  18.  
  19. Miscellaneous = {
  20. BetterBypasser = true,
  21. MuteAudio = true,
  22. AutoReconnect = true
  23. }
  24.  
  25. }
  26.  
  27.  
  28.  
  29. if Configuration.MainSettings.OnHost then
  30. return GetHostPerspective(), GetAltPerspective()
  31. elseif not Configuration.MainSettings.OnHost and table.find(Configuration.MainSettings.Alts, player.Name) then
  32. return GetAltPerspective()
  33. elseif Configuration.MainSettings.Host == player.Name then
  34. return GetHostPerspective()
  35. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement