AlexR32 / Roblox-Videoplayer

Download YouTube videos and watch them directly in Roblox with this awesome script!
10 stars 1 forks source link

How to set it up? #1

Open silvervens opened 1 year ago

silvervens commented 1 year ago

I wonder, how do I set this thing up for use? Please tell me.. -Requirements -Steps on how to set it up

(Don't worry, I can get ban all day from Roblox)

AlexR32 commented 1 year ago

requirements: node js and modules ffmpeg-static, express, ytdl-core

  1. run backend.js with node
  2. change domain in script to yours (if you hosting locally it should be http://localhost:8080/)
  3. run script
silvervens commented 1 year ago

How do I setup in Roblox studio too? SurfaceGUI or something?

On Fri, Dec 23, 2022, 2:06 PM AlexR32 @.***> wrote:

requirements: node js and modules ffmpeg-static, express, ytdl-core

  1. run backend.js with node
  2. change domain in script to yours (if you hosting locally it should be http://localhost:8080/)
  3. run script

— Reply to this email directly, view it on GitHub https://github.com/AlexR32/Roblox-Videoplayer/issues/1#issuecomment-1363678349, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFNR4LNRXFISQND77KBAVCTWOVFOBANCNFSM6AAAAAATGJCH6A . You are receiving this because you authored the thread.Message ID: @.***>

AlexR32 commented 1 year ago

if you mean ui then you can get it here: audioplayer: https://assetdelivery.roblox.com/v1/asset/?id=11312132580 videoplayer: https://assetdelivery.roblox.com/v1/asset/?id=7563729664

if you want edit ui you need get ui from links above edit it to your liking and upload to roblox then copy asset id and paste in script where you have assetfolder variable local AssetFolder = InsertService:LoadLocalAsset("rbxassetid://your id here")

silvervens commented 1 year ago

I am quite confused. The roblox part seemed confusing... May elaborate? I am kind of mid in scripting myself.

silvervens commented 1 year ago

if you mean ui then you can get it here: audioplayer: https://assetdelivery.roblox.com/v1/asset/?id=11312132580 videoplayer: https://assetdelivery.roblox.com/v1/asset/?id=7563729664

if you want edit ui you need get ui from links above edit it to your liking and upload to roblox then copy asset id and paste in script where you have assetfolder variable local AssetFolder = InsertService:LoadLocalAsset("rbxassetid://your id here")

Do I put it in which part of Roblox? Like... Video UI, Decal? I don't know at this point...

AlexR32 commented 1 year ago

you should have "VideoPlayer" or "AudioPlayer" folder right click on it and click "Save To Roblox" once you saved it you should have link to library copy id from it and paste in script

silvervens commented 1 year ago

you should have "VideoPlayer" or "AudioPlayer" folder right click on it and click "Save To Roblox" once you saved it you should have link to library copy id from it and paste in script

image

No scripts... and I mean by playing roblox videos FROM the nodejs!

AlexR32 commented 1 year ago

no scripts cuz main script on github i just loads ui from main script and uses it

fixitfelixwoopwoop commented 1 year ago

Hello. Can you make a video on how to set this up. I am also confused.