Converting lua wait() to a javascript script Follow Ethan DeSouza October 12, 2020 12:34 0 In lua a common way to use wait() would be like: for i=1,#Players do Players[i].Character.HumanoidRootPart.Anchored = false wait(2) etc); but javascript would interfear with my code. Any solution?
Please sign in to leave a comment.