Advertisement
Drvays

Join Message

Jul 4th, 2022
34,159
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 1 0
  1. game.Players.ChildAdded:Connect(function(plr)
  2. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  3. Text = plr.Name .. " has joined the game!",
  4. Color = Color3.fromRGB(255, 33, 3),
  5. Font = Enum.Font.SourceSansBold,
  6. TextSize = 18,})
  7. end)
  8.  
  9. wait(3)
  10. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  11. Text = game.Players.LocalPlayer.Name .. " has joined the game!",
  12. Color = Color3.fromRGB(255, 33, 36),
  13. Font = Enum.Font.SourceSansBold,
  14. TextSize = 18,})
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement