The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Layered Clothing Crash script pastebin roblox
By Layered Clothing Crash on 2024-09-23 08:00 am | Syntax: LUA | Views: 14



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. -- be R15 and wear layered clothing
  2. for _,s in pairs(game.Players.LocalPlayer.Character:GetDescendants()) do
  3.     if s:IsA("Motor6D") and s.Name ~= "Neck" then
  4.         local fard = s.Parent
  5.         s:Destroy()
  6.         fard.CFrame = CFrame.new(9e9 * _,9e9* _,9e9*_)
  7.         wait()
  8.     end
  9. end



  • Recent Roblox Scripts