when i click the new video this crash my studio
+the module is broken
Yes, thats why it parents under your selection. And it is not broken, try running it on a roblox server. If it still seems to be broken please send me a video.
What if this module had Parallel lua built into it? Maybe running it in parallel will lead to faster results!
I closed this, the internal system is poorly written. I am making a whole new reworked system, coming soon!
Hmm whilst thats happening⌠Lemme take a peak on your codeâŚ
okay, so i decided to make another module taking a spin from a differnt module. Probs gonnna make my own version of VideoService.
feel free to do so, the recording part can be confusing and the PNG module is no longer required. - just some notes
Hello, Iâve been trying to use your module but I keep getting this error:
16:14:35.746 Workspace.Script.VideoService.Video:106: wrong number of arguments to âinsertâ - Server - Video:106
16:14:35.746 Stack Begin - Studio
16:14:35.747 Script âWorkspace.Script.VideoService.Videoâ, Line 106 - function loadVideo - Studio - Video:106
16:14:35.747 Script âWorkspace.Script.VideoService.Videoâ, Line 149 - function Play - Studio - Video:149
16:14:35.747 Script âWorkspace.Scriptâ, Line 5 - Studio - Script:5
16:14:35.747 Stack End - Studio
Heres a picture of how the workspace looks like:
And heres the code inside the âScriptâ object
local VideoService = require(script.VideoService) -- The module
local Video = VideoService.new(game.Workspace.Part) -- Replace SURFACE GUI with the parent
local Object = script.Parent.NewVideo -- The video object you just made
Video:Play(Object) -- Play the video (OPTIONAL: Add another argument, FPS)
Hello, I will do a remaster to VideoService soon. I will check the source code and try and fix the bug.
I checked the code this issue is caused by code broken over time. I am going to make a new version, going to release later this week.
Thank you so much! I will be looking forward to it
Any updates on this? It doesnât work