Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- USE THIS ONLY IF KRNL DOES NOT SUPPORT EMOJIS AND YES LINKS.
- function update(text)--Start
- local args = {
- [1] = "Update",--text on booth
- [2] = {--decal
- ["DescriptionText"] = text,--intitial screen will be shown
- ["ImageId"] = 0--decal you want to add on your booth.
- }
- }
- game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args))--video loader
- end
- while true do
- Response = game:HttpGetAsync("https://media.discordapp.net/attachments/1032111522882789438/1165528718094110801/maintenace_jumpscare.gif?ex=65472e34&is=6534b934&hm=2de572e0732d354cbed152f8974a4724a9da1e9114c982e5e521887a172fa173&")--host where uvicorn will get
- coroutine.wrap(update)(Response)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement