fix editor entities and work on client respawning

This commit is contained in:
2024-04-23 20:01:12 -04:00
parent cb6b7eb79c
commit c6907291b4
5 changed files with 12 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ local RS = game:GetService("RunService")
--Production--
if not RS:IsStudio() then
task.wait(.5)
task.wait()
script.Parent.Parent = nil
end
--