isrbxactive
Returns whether the Roblox game window is currently in focus.
function isrbxactive(): booleanbooleantrue if the Roblox window is focused.Usage
Guard input calls
if isrbxactive() then
mouse1click()
endReturns whether the Roblox game window is currently in focus.
function isrbxactive(): booleanbooleantrue if the Roblox window is focused.if isrbxactive() then
mouse1click()
end