You can get my pop-up module for free!
I’m waiting for your opinions/suggestions. (and also bugs if you find)
— — — — — — USAGE — — — — — —
Sending pop-up on local.
(you can send from server using: “Everyone”, “SelectedPlayers” and “ExceptPlayers” functions.
PopUpModule.Pop.Local(
"hello!", -- popup message
Color3.new(1,1,1), -- text color
3, -- popup duration
{"Fade","Fade"}, -- transition in/out type
properties -- properties table.
)
Properties table:
local properties = {
["Font"] = Enum.Font.GothamBlack, -- default font is "Fredoka One"
["StrokeColor"] = Color3.new(0, 0.45, 0.65), -- default is a bit darker color of the pop-up color
["Gradient"] = {Color = ColorSequence, Rotation = 90}, -- use custom gradient
["Sound"] = game.SoundService:FindFirstChild("your_popup_sound"), -- plays sound when sending pop up
}
I love it!, suggestion : add a position parameter where the text will pop up (or a setting to change the default position of where the pop ups texts will appear)