Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- HOW TO MAKE a CHATMESSAGE by TOUCHING PART!!! TextChatService BY BLOXIANCODE youtube.com/c/BloxianCode
- -- Tutorial: https://youtu.be/GhlRcTCkbT8
- local TextChatService = game:GetService("TextChatService")
- local remoteEvent = game.ReplicatedStorage.chatEvent
- remoteEvent.OnClientEvent:Connect(function(name)
- task.wait(.5)
- local message = "[SERVER] "..name.." touched a part"
- TextChatService.TextChannels.RBXSystem:DisplaySystemMessage("<font color='#f7e702'>"..message.."</font>")
- end)
Advertisement
Add Comment
Please, Sign In to add comment