#Tower win message in the chat.
1 messages · Page 1 of 1 (latest)
Uhh what problem are you having
so i want to make a script for the winpad that when a player touches it a message in the chat shows up that the player has completed the tower. And also everyone in the server can see that message.
i just dont know how to make it.
local chatservice = game:GetService("ChatService")
local winpad = workspace.winpad
winpad.touched:Connect(function(hit)
local hum = hit.Parent:WaitForChild("Humanoid"
if hum then
local plrname = hum.Parent.Name
local towername = ...
chatservice:sendmessage(plrname, towername)
end
end)```
idk abt chatservice
so i put this script into the winpad?
or workspace aswell but u can put it there
i have put it into the winpad but it does nothing
wait
i might have fixed it
noep
nope
what i mean by a message in the chat
but it doesnt need the [GLOBAL}
just the message
https://create.roblox.com/docs/chat/bubble-chat this looks useful
this isnt what im looking for
** You are now Level 3! **
no
Why not