CapureService| Capture Screenshot

How do I use this?
CaptureService:CaptureScreenshot(onCaptureReady(contentId))
I always get Argument 1 missing or nil. I have no Idea how I can use this.
Thank you for your help!

3 Likes

Replace onCaptureReady(contentId) with your own function

CaptureService:CaptureScreenshot(function(contentId)
-- code here....
end)

contentId can be used for ImageLabel’s Image and Decal’s Texture
The function can only be used in LocalScripts only

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.