Install Free Gold Price Widget!
Install Free Gold Price Widget!
Install Free Gold Price Widget!
|
- How to use loadstrings? - Scripting Support - Developer Forum - Roblox
Hello! I’m basically new to loadstrings I’m trying to make a command on my admin that goes like the following; :execute print( quot;Hello quot;)
- Random-Roblox-Utils Loadstrings. md at main - GitHub
Saved searches Use saved searches to filter your results more quickly
- vLua: Loadstring reimplemented in Lua - Roblox
I think its a very bad idea to use loadstring for this, the request could fail making your game not work, other than that, it’s bad practice to depend on something always being the way it is; an update to a certain part of the code could cause obscure issues, or in a different case; the script could just backdoor the game at any moment!
- templates - Lua: pass context into loadstring? - Stack Overflow
Version 5 2's load handles both the old loadstring behavior and sets the environment (context, in your example) Version 5 2 also changes the concept of environments, so loadstring may be the least of your worries Still, it's something to consider to possibly save yourself some work down the road
- Loadstring from pastebin - Scripting Support - Developer Forum - Roblox
HOWEVER, you should be EXTREMELY cautious when using loadstring() in your game Misuse of it can lead to potentially destructive consequences - hackers would be able to execute any code they want in your game, serverside
- How to execute a loadstring () command - Scripting Support - Roblox
Hello there, i want to create a custom console and to execute commands like the built in roblox dev console But how would i execute commands like the roblox developer console?, for example: i write a command and execute it, it clones a text label and the text i executed and it will clone it a second time and the second clone’s text will be the answer Yes i know how to execute a command
- Huge roblox loadstring list · GitHub
Huge roblox loadstring list GitHub Gist: instantly share code, notes, and snippets
- Loadstring() is not available - Scripting Support - Roblox
Like the others said, loadstring only works on the server, and you can fix this by sending the text to the server and running it on the server However I’d like to point out that this can put your game and account at risk
|
|
|