filmov
tv
Game conversion to object oriented programming ( Timelapse ) ROBLOX

Показать описание
Timelapse of intense programming. Trying to convert my project to Object Oriented programming using metatables.
In this video I'm trying to convert serverside vehicle system into a "Vehicle" class and find an optimized and safe way to convert buildings / properties into a single "Building" class.
Metatables are tables wich can contain several data connected with "metamethod". When used properly its possible to call metamethod on self and simulate object oriented programming on Roblox.
Metatables is a powerful tool on Roblox that is mainly used for organizing very complex game systems into more understandable libraries and datastructures. They are often used by Roblox themselve to make Corescripts.
In this video I'm trying to convert serverside vehicle system into a "Vehicle" class and find an optimized and safe way to convert buildings / properties into a single "Building" class.
Metatables are tables wich can contain several data connected with "metamethod". When used properly its possible to call metamethod on self and simulate object oriented programming on Roblox.
Metatables is a powerful tool on Roblox that is mainly used for organizing very complex game systems into more understandable libraries and datastructures. They are often used by Roblox themselve to make Corescripts.