--I've tried but this won't work. game.Players.PlayerAdded:connect(function(player) player.Chatted:connect(function(msg) if msg:sub(1,2) == "h/" then -My chatted command game:GetService("HttpService"):GetAsync(msg:sub(3))-Gets any raw link when saying h/. end end) end) --What I want it to do is that whenever I type "h/" it sends the link back using the function getasync. And that means any link. That has roblox lua code in it.