ROBLOX Animation plugin broken (ServerScriptService is not a valid member of DataModel)

bug2.png
This was fixed before now it’s broken again.

Issue:
I always rename the tremendously long name ‘ServerScriptService’ to ‘SService’, the plugin doesn’t use getService and therefore fails to locate ServerScriptService.

Yes this is a bug, renaming scriptservice is not a dirty hack, it’s a fully valid move; even if you disapprove of the method.

1 Like

It’s still a terrible idea, but yeah I agree they should be using GetService.

1 Like

I think the title of the title could be more descriptive that just saying it is broken. I do agree that game:GetService() should be used, and that includes me, but I doubt renaming services is a supported behavior, nor am I sure why it is even serialized.