Find any script for Roblox

Enter the name of the game or script.

Script – Aggressive Multiplayer

Thank you for using our website
Your script:

NO KEY

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