I’m wondering if there is Documentation with all the types of events?
Like touched, renderstep, remote, bindable, etc…?
I’m wondering if there is Documentation with all the types of events?
Like touched, renderstep, remote, bindable, etc…?
I’m not sure if there is a direct list of all existing events, but there are for the types of objects/services you are working with on the Roblox API Reference Manual. e.g BasePart | Roblox Creator Documentation has a section for it’s Events, same with RunService | Roblox Creator Documentation
Each class reference sheet has an area dedicated to the events which it both encompasses exclusively & those that it inherits from inherited classes.