PLS DONATE Script | FIXED RAINBOW TEXT

Png-10.png

Created by skyr3x

Features:

local boothmsg = "funny rainbow text"



local module = require(game.ReplicatedStorage.Remotes)

local function hsv2rgb(hsv)
   local color = hsv
   local r,g,b = math.floor((color.R*255)+0.5),math.floor((color.G*255)+0.5),math.floor((color.B*255)+0.5)
   return tostring(r),tostring(g),tostring(b)
end

local event = module.Event("SetBoothText")

local function colormsg(msg,col)
   local r,g,b = hsv2rgb(col)
   local arg1 = [[<font Size="60" color="rgb(]] .. r .. "," .. g .. "," .. b .. [[)">]] .. msg .. [[</font>]]
   event:FireServer(arg1, "booth")
end

spawn(function()
   while true do
       for i = 1, 360, 12 do
           local col = Color3.fromHSV(i/360, 1, 1)
           wait(2.01)
           colormsg(boothmsg,col)
       end
   end
end)

 

ENJOY!

 

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script or Get it from Pastebin!

About Us

What is arponag.xyz? arponag.xyz is a website focused on releasing safe exploits, we only release the best and most trusted exploits on our website, guaranteed to satisfy you. Contact us [email protected]

Safety

Is this safe to use? Everything on the website has been scanned and tested by professionals and the community, we only release the best exploits for our users, so we make sure that our exploits won’t harm your devices, everything here is clean.

Copyright © 2018 – 2020 Arpon AG | All rights reserved |
Privacy Policy | Terms of ServiceÂ