TypeWriter Effect Plugin [Beta]

Recently I made this plugin to make a typewriter effect in Roblox easier. I have since decided to make it public!

How do I use it?

Open the plugin and press Insert
image

Then put this code in whatever you want to use the effect for.

local effect = require(game.ReplicatedStorage:WaitForChild("typewriteEffect"))
local text = "Lorem ipsum dolor sit amet, consectetur adipiscing."

effect:startType(script.Parent, text)

Change the value of text to what you want to animate.

How to configure it:

Just insert this line

effect.config({delayTime = 0.05, extraDelayOnSpace = false})

The delayTime is how long it should take to continue on to the next letter.
The extraDelayOnSpace will make it wait for x2 the amount on a space

And that’s it, I hope you enjoy it!

If you find any bugs, just reply to this with the bug!

Check it out

2 Likes

The plugin is not available seem like you didnt enabled it to download

1 Like
  1. The plugin is private
  2. Why don’t publish the module without the plugin ? it is only used to integrate the module in question
1 Like

This seems cool and all, but can I ask why this needs to be a plugin?

  1. If all the plugin does is insert a typewriting module, why not just release the module itself?
  2. Will there be any other features that come with this plugin? Or is the module the only thing it does?
1 Like

Seems like you just took the module from the Animating Text page on the Developer Hub. What’s the benefit of using your plugin instead?

Here’s the link:

please let me know if im wrong, the setting names just seem exactly the same

1 Like

Pretty sure it was taken from that page.

image

image

image

image

Plus it is not on sale, so I can’t look at the actual code itself.