Files with `lua` or `luau` extensions are transformed into the corresponding Roblox script instances: - Any file ending in `.server.lua(a)` will turn into a `Script` instance - Any file ending in `.client.lua(a)` will turn into a `LocalScript` instance - Any other `.lua(a)` file...