Advertisement
asdasdaaa11

TRUTH

Apr 26th, 2020
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. local bruh = Instance.new("Part",workspace)
  2. bruh.Size = Vector3.new(3,3,3)
  3. repeat
  4. local children = game.Players:GetChildren()
  5. for i = 1, #children do
  6. game:GetService("Chat"):Chat(bruh,children[i].Name.. " ate paint",Enum.ChatColor.White)
  7. wait(1)
  8. end
  9. until 1==2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement