Advertisement
mr2meows

skin

Mar 12th, 2023 (edited)
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. local h = Instance.new("Hint",workspace)
  2. local m = Instance.new("Message",workspace)
  3. h.Text = "skin children alive"
  4. m.Text = "skin children alive"
  5. for i,v in pairs(workspace:GetDescendants()) do
  6. if v:IsA("BasePart") then do
  7. game:GetService("Chat"):Chat(v, "skin small children alive", Red)
  8. end
  9. end
  10. end
  11. wait(2)
  12. h:Destroy()
  13. m:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement