You can write your topic however you want, but you need to answer these questions:
What do you want to achieve? use loadstring on a Client sided script or any script that still has the same identity and “features” as a client sided script (e.g. Players.LocalPlayer)
What is the issue? I have no idea since if I try using it on a normal local script it just errors
What solutions have you tried so far? I tried using a Remote Event to pass the string and the use loadstring on the server, which worked fine its just then its server sided and not client sided
I would really love an answer and thanks in advance
But it will still be on a server rather than a client identity. Players and other Services will then be accessed from the server instead of the client so if i then fire the remote function with the args to kick a player it will kick the player server sided and as said before the localplayer property would be an issue