Advertisement
mr2meows

example thing

Jun 26th, 2022 (edited)
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. local ChatService = game:GetService("Chat")
  2.  
  3. local part = Instance.new("Part", workspace)
  4. part.Anchored = false
  5.  
  6. ChatService:Chat(part, "Blame John!", "Red")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement