Tabrix
(Tabrix)
April 4, 2021, 6:06pm
#1
Zalgo Generator Module
Welcome !
We are happy to introduce to you (probably the first ever) module script that allows you to put “Zalgo” on a text !
Originally made in C# by Wipet GitHub Repository Link , converted in lua, and made into script, we are proud to make ZalgoGenerator Module something that finally exists !
Module Link : Zalgo Generator Module - Roblox
Place Demonstration : Zalgo Generator Module Demonstration - Roblox
EDIT: some people might have found confusing the name “Zalgo” but this:
Might hit more. When used properly, it “glitches” your text !
Have fun !
17 Likes
Ummmm excuse me?
But what is a Zalgo text?
1 Like
You can find many different zalgo text generators online, it basically makes your text look glitched/cursed.
4 Likes
Sorry about the revive but:
What does the rng do exactly? I’m trying to add some zalgo text but the rng part is confusing me.
1 Like
Tabrix
(Tabrix)
August 20, 2021, 1:34pm
#5
Hello and sorry for the late response.
Its just randomizing the zalgo RNG.
local rng = Random.new()
local result = zalgoGen.generateString(rng, "Hello world!", true, true, true, 1)
print(result)
You will then see the result being a “glitched” text.
The result is the variable you want to use.
2 Likes