Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
splitscreen commands cause I forgot to add them in like 99% of my mods
fixed switching to a restricted character still showing your super sprites if you were to use it as a character who can use the command
invisible aether
dang I didn't check if the script would actually work and missed a small error that's the 51689479th time that's happened
small code optimization, everything's done in 1 hook fixed being able to change characters to a restricted skin and still be using your super sprites
but I fixed it
adds a table to handle skin restrictions, and tells you when you can't use the command as a restricted skin example: example: if not supersprites_restrictskin rawset(_G, "supersprites_restrictskin", {}) end supersprites_restrictskin["minosprime"] = true
if not supersprites_restrictskin rawset(_G, "supersprites_restrictskin", {}) end supersprites_restrictskin["minosprime"] = true
I don't even know how I missed this code now checks if player mo isn't nil to actually do the thing
fixed nosupersprites AGAIN hopefully
fixed the nosupersprites command