Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Main public logs

More actions

Combined display of all available logs of Obby Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 01:12, 4 April 2025 Wlft talk contribs protected Module:Utils [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 14:00, 3 April 2025 Wlft talk contribs created page Module:Utils (Created page with "-- roblox.fandom.com local get_args = require('Module:Arguments') local p = {} function p.wrap_function(f, ppc) if ppc then return function(frame) return frame:preprocess(func(get_args(frame))) end else return function(frame) return func(get_args(frame)) end end end return p")