Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- owner.Chatted:connect(function(m)
- if m:sub(1,3) == "/sc" then
- for i,v in pairs(workspace:GetDescendants()) do
- if v:IsA("Part") or v:IsA("MeshPart") then
- if v.Transparency == 1 then
- if v.Name ~= "HumanoidRootPart" then
- v.Transparency = 0
- end
- end
- end
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement