yougotoof

Untitled

Jun 26th, 2022 (edited)
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. for _,v in ipairs(game:GetDescendants()) do
  2. if v.Name == "ChatService" and v:IsA("ModuleScript") then
  3. print(v)
  4. end
  5. end
Add Comment
Please, Sign In to add comment