Hey, My Script Must Send A Message
UnboxingMessage.OnClientEvent:Connect(function(Rarity, Category, BoxType, ItemName)
game.TextChatService.TextChannels.RBXGeneral:DisplaySystemMessage(`<font color ='#05ff29'>{game.Players.LocalPlayer.DisplayName}</font> <font color ='#ffffff'>Unboxed</font> <font color ='#ff6bfe'>{Rarity}</font> <font color ='#ff6bfe'>{Category}</font> <font color ='#ff6bfe'>«{ItemName}»</font> <font color ='#ffffff'>From</font> <font color ='#ffbe2e'>{BoxType .." Box"}</font>`)
end)
It Was Client Script
This Is A Part Of Server Script
Box:FireClient(player, item.rarity, item.Category, "Normal", item.name)
When I Putting Script To The StarterPlayerScript All Works Nice, But When i Put It To StarterGUI Its didnt work, if i put it to starter player script then other player cant see the message