ADVERTISEMENTREMOVE ADS
MOST OP SCRIPT
12,286 views
Script Preview
Description
ADVERTISEMENTREMOVE ADS
11 Lines • 312 Bytes
local targetPos = CFrame.new(-27.875, -11.5, -342.25)
local container = workspace:WaitForChild('Parts')
while task.wait() do
for _, part in ipairs(container:GetDescendants()) do
if part:IsA('BasePart') and not part.Anchored then
part.CFrame = targetPos
end
end
end
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS





Comments
I hope you guys like it
Credits to TrullyGod on Scriptblox for the script