There was an error while loading. Please reload this page.
Called right after the entity creation, this event is used to initialize the element and its variables.
self
entity:On("Init", function (self) self.Variable = 42 end)