We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Repurpose script format aliases to use RunContext instead (lua and luau):
lua
luau
server.lua
client.lua
plugin.lua
script.lua
localscript.lua
modulescript.lua
A potential way to handle backward-compatibility could be to have legacy behavior for lua formats, and new behavior for luau formats:
server.luau
client.luau
plugin.luau
script.luau
localscript.luau
modulescript.luau
References:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Repurpose script format aliases to use RunContext instead (
lua
andluau
):server.lua
client.lua
plugin.lua
script.lua
localscript.lua
lua
modulescript.lua
A potential way to handle backward-compatibility could be to have legacy behavior for
lua
formats, and new behavior forluau
formats:server.lua
client.lua
plugin.lua
script.lua
localscript.lua
lua
modulescript.lua
server.luau
client.luau
plugin.luau
script.luau
localscript.luau
luau
modulescript.luau
References:
The text was updated successfully, but these errors were encountered: