ScreenShare | Free Game Source [UPDATED] [OVERHAUL]

That looks nice, I’ll try to implement that.

1 Like

This shouldn’t be against tos however it will be if you show some not Roblox friendly images on screen.

2 Likes

nvm i can’t cuz uhh idk how to

2 Likes

It shouldn’t be that hard there’s probably guides on how to do it

1 Like

look man its not that easy and the whole Editable Image thingy has almost no documentation

1 Like

How about you use a module called canvasdraw 4.0b since the creator switched to editableimages(which have a limit of 1024x1024 im pretty sure)CanvasDraw - A powerful pixel-based graphics engine (Draw pixels, lines, triangles, read PNG image data, and much more!)

1 Like

i tried to use it but it dosen’t seem to work also the editableimage is a studio only beta feature i think?
(edited) it works now

1 Like

OMG this module is so fast ty!!!

1 Like

You’re welcome oh btw how much fps have you managed so far

1 Like

didn’t add that yet, im testing with math.random pixels cuz im having trouble with the screen pixel data cuz you can’t do httpservice on localscript and the remoteevent data limit is 900 Bytes but the screen pixel data is ~1MB

maybe seperate the data to chunks

1 Like

um that woould be slow

1 megabyte =
1 000 000 bytes

every solution is extrenmy slow i think that using editableimage on a server script is very hard.

i didn’t actually need to chunk the data cuz i sent the date and the client did the work
i have 480p now (no lag)

Update here

You can use playit.gg for port forwarding (set tcp on port 8080)

Update

I’m releasing a new map soon (stay tuned)

’ playit.gg is a global proxy that allows anyone to host a server without port forwarding. We use tunneling. Only the server needs to run the program, not every player! ’
imagine calling ^ ‘port forwarding’ even if in the webpage it says it’s not.

I kept my promise!

New map and huge performance upgrades released

– RebornEnder

2 Likes

That’s cool! I tested it and it works perfectly. The only sad thing is that it only works in studio.

1 Like

Actually it works in a game (except OLD_hi2.rbxl)
You just need to make the server open to the global web, you can use ngrok for that.