Tick = function()
	-- Tick function, will be triggered every tick.
end

WorldLoaded = function()
	-- After the world is loaded, this will be triggered.
end