get paid to paste

Transfur Infection 2 Script | WALK THROUGH...

local map = game.Workspace.Map
local forcefields = map:GetChildren()

for i = 1, #forcefields do
if forcefields[i].Name == "Forcefield" then
local ggBois = forcefields[i]:Clone()
ggBois.Name = "lmao ez"
ggBois.Parent = map
forcefields[i]:Destroy()
end
end

Pasted: Feb 21, 2023, 1:59:57 am
Views: 25