Originally posted by TheBeatModz
Hey guys its BeatModz And I have a problem Im making a patch with Restxrt Menu base and I added some funcs now I wanna try if it works but every time I start up the game it says bad syntax PLEASE HELP ME !!!
Bad Syntax usually means that there is something wrong with the code/script itself, maybe too many brackets, or maybe not that much..
example:
poop()
{
self iprintlnbold("text!");
that would have bad syntax because you forgot the bottom bracket.