Hey! Is there a way to make a join message where it says like “Note from Leadership” then when someone click on it it shows a sort of private message display saying like “note from leadership : hey welcome” etc etc
Yes, there is a way to do it.
Thanks! If possible can yiu tell me how to do it?
Hey there!
Something you can do is make it so the button is already visible. Then add a local script inside the button that does something like:
local player = game.Players.LocalPlayer
local button = script.Parent
button.MouseButton1Clicked:Connect(function()
EnterFrameNameHereWhenuclickbuttonsoitdisappear.Visible = false
EnterAnotherFrameNameuwantittobeshownupafterclickingthebutton.Visible = true
end)
My bad for not putting it into a proper format im on iPhone right now.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.