Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local h = Instance.new("Hint",workspace)
- local m = Instance.new("Message",workspace)
- h.Text = "skin children alive"
- m.Text = "skin children alive"
- for i,v in pairs(workspace:GetDescendants()) do
- if v:IsA("BasePart") then do
- game:GetService("Chat"):Chat(v, "skin small children alive", Red)
- end
- end
- end
- wait(2)
- h:Destroy()
- m:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement