Global script probably means an Autoload. You can check the Autoloads in the tab in the project settings.
In general, this error means a custom class you created has the same name as a class that has already been imported (maybe a built-in class, maybe from a 3rd party plugin).
For example, you cannot name your class Sprite because Sprite has already been taken.