The issue with your code is that you have two infinite while true do loops running concurrently, which is not the correct approach in Roblox Lua …
View full source
Daily news about Roblox – fresh news, every day
The issue with your code is that you have two infinite while true do loops running concurrently, which is not the correct approach in Roblox Lua …
View full source