Are 1-player games using loadstring allowed?

Hello, I am planning on making a simple game to improve my coding and GUI skills. The game I am planning on making is a very simple game where you can run serverscript codes from the client by typing in your code into a textbox. You will also be able to run clientscripts but I know the important part is the serverscripts. I have loadstring enabled, and I wanted to know if my account could be punished for this. The game will be strictly single-player to avoid data issues and I will also add warnings in-game if needed. But I just wanted to know if this is allowed before I continue working on the game. Thank you!

Why would your account be punished for this? You’re doing nothing wrong, go for it

1 Like

Generally yes it is ok to have it in, but you should always be careful because anything can be added in.

Some cases a bit back showed exploiters can load certain animations, which weren’t in the game, but the creator was banned for this. If this moderation issue was fixed is another thing.

1 Like

yes, loadstring exists so unsuspecting developers use it in their games and then get BANNED FOREVER!!!

(this is a joke)

1 Like

If a user makes something that breaks ToS and it’s only visible to their client, then yes it actually is fine in most cases. But if the game was multiplier and a person inserted a TOS breaking script, that’d be against tos.

1 Like

the game allows people to run scripts on the server, meaning they could run whatever. But each server allows only 1 person so it should still be fine right?

Yes, aslong as the server size is one, then it is ok.

1 Like