RobloxScripterAI
Discord ↗
Link Copied to Clipboard
×
"script something that makes a youtube video from a link."
-- ScripterAI can only help with scripting as of now so here's a script for playing a YouTube video from a link local videoLink = "https://www.youtube.com/watch?v=dQw4w9WgXcQ" -- replace with your own link local player = game.Players.LocalPlayer local video = Instance.new("VideoFrame") video.Parent = player.PlayerGui video.Size = UDim2.new(1, 0, 1, 0) video.VideoId = videoLink