Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local AC = game.Players.LocalPlayer.PlayerScripts:FindFirstChild("ShirtFix")
- while true do -- NOT USEFUL
- wait(0.1)
- if AC == nil then
- local Clones = game.ReplicatedStorage.ShirtFix:Clone() -- Make sure (ShirtFix is in Replicated Storage or spelled correclty)
- Clones.Parent = game.Players.LocalPlayer.PlayerScripts
- end -- NOT USEFUL
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement