🗯️ Dark Chat
SendDarkChatMessage
lua-- Send a message to a specific channel. -- If the passed username doesn't exist a new user will be generated. -- @param username: string - Username of the sender -- @param channel: string - Channel name to send message to -- @param message: string - Message content -- @return: boolean - Success status exports.yseries:SendDarkChatMessage(username, channel, message)
SendDarkChatLocation
lua-- Send a location to a specific channel. -- If the passed username doesn't exist a new user will be generated. -- @param username: string - Username of the sender -- @param channel: string - Channel name to send location to -- @param coords: vector2 - Coordinates {x, y} -- @return: boolean - Success status exports.yseries:SendDarkChatLocation(username, channel, coords)