Hi there! I’m just wondering if I can make a game where you can code INSIDE the game (no third-party stuff) to get through obstacles for example a custom function called “open” like this
open(game.Workspace.Door)
Thanks!
Hi there! I’m just wondering if I can make a game where you can code INSIDE the game (no third-party stuff) to get through obstacles for example a custom function called “open” like this
open(game.Workspace.Door)
Thanks!
No rules forbids such.
However, many words may be censored thanks to the crappy roblox censorship system, and if you try to bypass the censorship system, it is rule-breaking.
You don’t have to filter anything if you never show it to other players.
You should if you save text and then load it back sadly.