Yeah, but can you like malloc, free? Or write to a specific address in memory using Luau?
1 Like
wth is malloc? I am not bill gates that made windows when he was 16 lol
Allocates size
bytes of uninitialized storage.
If allocation succeeds, returns a pointer that is suitably aligned for any object type with fundamental alignment.
1 Like
I’m not adding that much complexity onto RobloxOS. If you want to you can clone the source on the Roblox page for RobloxOS and do it there.
1 Like