1 local continueLoop = true 2 3 repeat 4 for i, v in pairs(game.Players:GetChildren()) do 5 if v == game.Players.LocalPlayer then 6 v.Character.HumanoidRootPart.CFrame = workspace.Droplets["Basic Dropper Droplet"].CFrame 7 end 8 end 9 until not continueLoop