The Current thread could not write "source"

I’m confused on what plugin is needed in order for me to use source in my script. Anyone know the name or how to fix this issue?


You cannot create and run scripts at runtime. If you want to do that, you need to either enable loadstring in ServerScriptService, or utilize a LuaVM like SLVM

If I’m correct this seems like you’re trying to make an update system for your game without even restarting the server. This is not possible with how Roblox works. Instead, make a system where the game will “soft restart” when an update occurs. Servers shutdown eventually anyway. (A soft restart is where a player gets tp’d to a waiting place, and once the servers are back up, they get tp’d back.

Thank you very much! After trying this it works! I appreciate your help!

Thank you for helping as well!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.