RenderTextureCreateOn this pageRenderTexture.Create() Actually creates the RenderTexture. Returns: typeDescriptionbooleanTrue if the texture is created, else false. Usage ---@type RenderTexturelocal rendertexture;local val0 = rendertexture.Create()