game:GetService("RunService").PreRender:Connect(function()
print("hi")
end)
prints nothing at all, local script
game:GetService("RunService").PreRender:Connect(function()
print("hi")
end)
prints nothing at all, local script
PreRender has not been released yet – the original RenderStepped
, Stepped
, and Heartbeat
still need to be used in the meantime.