Help with porting showdown battle system to luau

Hey everyone. I’m trying to make a ccg that uses Pokemon Showdown’s battle system (but obviously without the Pokemon).

It’s written in typescript and I’ve tried using roblox-ts’s playground to port it over to luau, but hundreds of errors pop up. Is there a workaround for this or will I have to manually convert everything?

1 Like

Did you expect not having to convert anything? And even then a bunch of the errors just relate missing references to classes. Like… looking for a class in a file that doesn’t exist.

This is also not the intended use of the playground, to properly compile typescript code you have put in the minimal effort to atleast use an IDE like VSCode and a tool like Rojo.

I have done it with vs code?
if it worked this post wouldn’t be here lmao