Advertisement
Lyan_dunet

Untitled

Sep 26th, 2023 (edited)
12
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. -- activer le service http et met ce code dans un textGUI
  2. local url = "https://weblyas-1.lyanyt.repl.co/robloapi/JFJh63.html"
  3. local http = game:GetService("HttpService")
  4. local data = http:GetAsync(url)
  5. local text = script.Parent
  6. text.Text = data
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement