Advertisement
Guest User

Rate My Avatar Screenshare script (ONLY FOR LOADSTRINGS)

a guest
Feb 4th, 2023
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. -- USE THIS ONLY IF KRNL DOES NOT SUPPORT EMOJIS AND YES LINKS.
  2. function update(text)--Start
  3. local args = {
  4. [1] = "Update",--text on booth
  5. [2] = {--decal
  6. ["DescriptionText"] = text,--intitial screen will be shown
  7. ["ImageId"] = 0--decal you want to add on your booth.
  8. }
  9. }
  10.  
  11. game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args))--video loader
  12. end
  13. while true do
  14. Response = game:HttpGet("http://localhost:8002")--host where uvicorn will get
  15. coroutine.wrap(update)(Response)
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement