Advertisement
Guest User

CORRECTION1

a guest
May 5th, 2020
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. local AC = game.Players.LocalPlayer.PlayerScripts:FindFirstChild("ShirtFix")
  2. while true do -- NOT USEFUL
  3. wait(0.1)
  4. if AC == nil then
  5. local Clones = game.ReplicatedStorage.ShirtFix:Clone() -- Make sure (ShirtFix is in Replicated Storage or spelled correclty)
  6. Clones.Parent = game.Players.LocalPlayer.PlayerScripts
  7. end -- NOT USEFUL
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement