R

[lollypop hub 1] main ls system msg

public
rrixh Apr 22, 2024 Never 42
Clone
Lua lollyhub-systemMsg_lulaslollipop.xlsx 3 lines (3 loc) | 393 Bytes
1
local username=game.Players.LocalPlayer.Name;local displayname=game.Players.LocalPlayer.DisplayName;
2
--msg skripts
3
game.StarterGui:SetCore( "ChatMakeSystemMessage", { Text = "[Lollypop Hub] Welkome to Lollypop Hub, @"..username.." ("..displayname..")!\nSkript by @lulaslollipop🍭 on Roblox👺", Color = Color3.fromRGB(0,255,0), Font = Enum.Font.Arial, FontSize = Enum.FontSize.Size24 } )