CUIDADO CHA CHA CHA is released by Tshubashi on Roblox
This script is all about eliminating obstacles in a game.
Basically, this script is like a cheat code for getting rid of annoying buses and moving walls that gets in your way.
while true do local movingParts = Workspace:GetDescendants() for _, part in pairs(movingParts) do if part:IsA("BasePart") and (part.Name == "Union" or part.Name == "BUUUUUUUUS") then part:Destroy() end end wait(1) end
No comments yet.
© RoScripts 2024 All Rights Reserved.