Hello everyone,
I noticed that there are two ways that you can run something every frame render. There was BindToRenderStepped
and manually connecting to the event with :Connect()
. But what is the difference between both of these functions? Don’t they just do exactly the same thing?