I made a simple dialogue kit. This kit is created for Story Games. It looks like that:
robloxapp-20240726-0604035.wmv (1.0 MB)
Example:
wait(8)
game.ReplicatedStorage.Dialogue:FireAllClients("Hello, this is a test!", "Andrew", true)
wait(8)
game.ReplicatedStorage.Dialogue:FireAllClients("Wait, this is really a test?", game.Players:GetPlayers()[math.random(1, #game.Players:GetPlayers())] or game.Players:GetPlayers()[1], true)
wait(8)
game.ReplicatedStorage.Dialogue:FireAllClients('Yea, this is a <font color="rgb(90, 255, 255)">whole</font> test.', "Andrew", false)
Hope you will like it!