I enter in:
local http = game:GetService(“HttpService”)
local url = “https://pastebin.com/raw/vdXFHGze“
local data = http:GetAsync(url)
But it gives me an error any idea why
I ran your code and it appears to work fine. Make sure that HttpService is enabled. This is done through Game Settings > Security > Allow HTTPs requests = true. Or by running "game:GetService("HttpService").HttpEnabled = true" in the command bar.