Client events
rtx_housing:Global:EnterFreecam
AddEventHandler("rtx_housing:Global:EnterFreecam", function()
-- Triggered when player enters housing freecam
-- Use this event to bypass anticheat
end)rtx_housing:Global:ExitFreecam
AddEventHandler("rtx_housing:Global:ExitFreecam", function()
-- Triggered when player exits housing freecam
end)rtx_housing:Global:EnterProperty
AddEventHandler("rtx_housing:Global:EnterProperty", function()
-- Triggered when player enters a property
end)rtx_housing:Global:ExitProperty
rtx_housing:Global:RemoveOwnership
rtx_housing:Global:PropertyOwned
rtx_housing:Global:SetPermissions
rtx_housing:Global:SetTenant
rtx_housing:Global:RemoveTenantPermissions
rtx_housing:Global:ResetOwnedProperties
Example usage
Last updated