Can anyone tell me what is game:GetService(“Debris”) used for and whats its function?
Did you ever bother reading the developer hub page’s API?
It is a service for timed Instance:Destroy()
. Most importantly, it doesn’t yield the thread.
2 Likes
Thank you! I will check it now.