www.roblox-scripter.com

Script – Aggressive Multiplayer

Thank you for using our website
Your script:

				
					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
				
			

How about trying out new scripts?