Using runService multiple times

I realised that I fid myself using RunService.Renderstepped kind of often, and I wanted to know if it is too laggy and if so how many times could i safely use it in scripts?

2 Likes

I’m not sure but you can bundle everything together in one RenderStepped script to prevent from using it in multiple scripts. You should be fine, just try to think of a way to get to your goal without using one, if that’s not possible then use one.

2 Likes