R

auto drops

public
rrixh Apr 08, 2024 Never 100
Clone
Plaintext autodroplets 9 lines (8 loc) | 326 Bytes
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