ScriptBlox is undergoing maintenance, so downtime is possible. Sorry for the inconvenience!
Universal Script ๐Ÿ“Œ
27.7k Views

Chat Seperator

Universal Script ๐Ÿ“ŒUploaded by
2 years ago
Please login to perform these actions:

Description

Splits any text you insert into a table which you can use to say the text under the chat limit how to use: -- get the script and define it as a variable like this: local txtsep = loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Chat-Seperator-21154"))() -- use the function "getmessages" to get the table of messages (that is all seperated) local tosay = txtsep.getmessages("hello") -- theres some other stuff you can customize about the function ofc -- txtsep.getmessages(txthere (string),charactercap (number),stopatwordendings (bool)) -- stopatwordendings just means the splitted text will "erase" some text so the full thing stops at an ending of a word (the erased part will still be there at the next part of the text) -- now that you got your table, you can either make a script that says them or use the "built in" function of saying them local id = txtsep.saymessages(tosay) -- more customizable stuff is there too -- txtsep.saymessages(tosay (table),delay (number),antichatlog (bool)) -- the delay is how much it waits until saying the next message -- the anti chat log turns the anti chat log on when its saying stuff (by anthony) -- and the function also returns an id which u can use with "stopsaying" to make it stop saying the text txtsep.stopsaying(id) If you want to support me, go through this linkvertise https://link-target.net/1262127/support-me

View Raw
Edited By: areyoumental110 Download


Comments
0
No comments. Please Login to add a comment.