Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (14 loc) · 682 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 682 Bytes

Roblox-Videoplayer

Download YouTube videos and watch them directly in Roblox with this awesome script!
Using NodeJS and some modules for backend to convert videos to roblox format
Limits: Video should be without age restrictions and should be not hidden or blocked

How should Video ID look like (You should copy part from red box):
How should Video ID look like

Video Player:

loadstring(game:HttpGet("https://raw.githubusercontent.com/AlexR32/Roblox-Videoplayer/main/Videoplayer.lua"))()

Audio Player:

loadstring(game:HttpGet("https://raw.githubusercontent.com/AlexR32/Roblox-Videoplayer/main/Audioplayer.lua"))()