#Winpad remake chat message

1 messages · Page 1 of 1 (latest)

rough bear
#

So basically in etoh when u touch the winpad it sends a message like “(user) has beaten (tower name) in (time) im basically doing the same without the timer, i tried everything but it doesnt work, please help me

ancient quarry
#

Script?

rough bear
#

Ye

#

?

trim abyss
#

if you want to display the players name you could do something like

-- Client
Remote.OnClientEvent:Connect(function(Player, Message)
game.TextChatService.TextChannels.RBXGeneral:DisplaySystemMessage(Player.Name .. Message)
end)

-- Server
Remote:FireAllClients(Player, " has beaten the tower")
rough bear
#

thx a lot man

#

i will try this when i get back home

rough bear
#

The script goes inside a part right?

rough bear
#

Doesnt work