XZTablets

Untitled

May 7th, 2020
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. local services = {
  2. Tween = game:GetService("TweenService"),
  3. Physics = game:GetService("PhysicsService"),
  4. Analytics = game:GetService("AnalyticsService"),
  5. Asset = game:GetService("AssetService"),
  6. DataStore = game:GetService("DataStoreService"),
  7. Http = game:GetService("HttpService"),
  8. Log = game:GetService("LogService"),
  9. Test = game:GetService("TestService"),
  10. Badge = game:GetService("BadgeService"),
  11. Teleport = game:GetService("TeleportService"),
  12. ContextAction = game:GetService("ContextActionService"),
  13. Gui = game:GetService("GuiService"),
  14. Haptic = game:GetService("HapticService"),
  15. UserInput = game:GetService("UserInputService"),
  16. VR = game:GetService("VRService"),
  17. Localisation = game:GetService("LocalizationService"),
  18. Localization = game:GetService("LocalizationService"),
  19. Gamepass = game:GetService("GamePassService"),
  20. Marketplace = game:GetService("MarketplaceService"),
  21. Pathfinding = game:GetService("PathfindingService"),
  22. ChangeHistory = game:GetService("ChangeHistoryService"),
  23. PluginGui = game:GetService("PluginGuiService"),
  24. Studio = game:GetService("StudioService"),
  25. Run = game:GetService("RunService"),
  26. ServerScript = game:GetService("ServerScriptService"),
  27. Group = game:GetService("GroupService"),
  28. Sound = game:GetService("SoundService"),
  29. Collection = game:GetService("CollectionService"),
  30. Insert = game:GetService("InsertService"),
  31. Text = game:GetService("TextService"),
  32. Notification = require(custom["NotificationService"]),
  33. Validation = require(custom["ValidationService"])
  34. }
Add Comment
Please, Sign In to add comment