get paid to paste

Aggressive Multiplayer Script | COLLECT ALL ORBS

local cFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame

for i,v in ipairs( workspace.Parts:GetChildren() ) do
    if v.Name == "SmallBlock"  then
        v.CFrame = cFrame
    else
    end
end

Pasted: Mar 1, 2023, 10:36:04 am
Views: 35