ADVERTISEMENTREMOVE ADS
Game icon

FLIGHT LEVELS FARM | OPEN SOURCE

Script preview thumbnail
Script Preview
ADVERTISEMENTREMOVE ADS
12 Lines • 435 Bytes
Verified
Raw
task.spawn(function()
local r = game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("EnteredRingRemoteFunction")
while true do
for _, v in ipairs(workspace:WaitForChild("FlightRings"):GetDescendants()) do
if v.Name == "Ring" and v:IsA("BasePart") then
r:InvokeServer(v)
task.wait()
end
end
task.wait()
end
end)
ADVERTISEMENTREMOVE ADS

Comments

0 comments
to add a comment
Loading comments
ADVERTISEMENTREMOVE ADS