Read only array like a python tuple?

hello is there a way to make a table,array,dictionary doesn’t matter what read only so if u afterward try to remove or more important add a value it cant since like python its read only? or does lua or roblox not have that ?
i don’t want it with like modules it has to be in one script and i know u could make a new script hardcode the new list and etc but just for learning purposes withoud server and client interaction is the a way in lua like python has?