Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- activer le service http et met ce code dans un textGUI
- local url = "https://weblyas-1.lyanyt.repl.co/robloapi/JFJh63.html"
- local http = game:GetService("HttpService")
- local data = http:GetAsync(url)
- local text = script.Parent
- text.Text = data
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement