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:HttpGet("http://localhost:8002")--host where uvicorn will get
- coroutine.wrap(update)(Response)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement