ADVERTISEMENTREMOVE ADS
Game icon

Auto Collect Particle

Script preview thumbnail
Script Preview

Description

-- Automatically Collect All Particle

Tested with

ADVERTISEMENTREMOVE ADS
15 Lines • 435 Bytes
Raw
while true do
for _, player in pairs(game.Players:GetPlayers()) do
local char = player.Character
if char and char:FindFirstChild("HumanoidRootPart") and workspace.Particles:FindFirstChild("Particle") then
local hrp = char.HumanoidRootPart
local particle = workspace.Particles.Particle
firetouchinterest(hrp, particle, 0)
task.wait()
firetouchinterest(hrp, particle, 1)
end
end
task.wait(0.1)
end
ADVERTISEMENTREMOVE ADS

Comments

1 comment
to add a comment
Eg

Dude, can you make a script for a medieval RTS game?

0
0
ADVERTISEMENTREMOVE ADS