How to Make the Worst Looking Code Possible

Also to get services, dont use game:GetService()

Use

game.ServiceProvider:GetService("ServiceProvider"):GetService("Workspace")

If you really want to use the datamodel to get the service, do this instead:

game:service("Workspace").Parent:GetService("Workspace")
10 Likes