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 Creator Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 12:15, 19 March 2026 Wlft talk contribs created page Basic Parts (Created page with "Basic Parts in Obby Creator are the primitive, fundamental, and default shapes and parts available to build with in Obby Creator. They contain standard obby parts crucial for every obby. = All Basic Parts = == Simple == * Ball * Corner Wedge")
  • 12:08, 19 March 2026 Wlft talk contribs created page Part Limits (Redirected page to Block Limits) Tags: New redirect Visual edit
  • 12:02, 19 March 2026 Wlft talk contribs created page Block Limits (Created page with "{{DISPLAYTITLE: Part Limits (Block Limits) In Obby Creator you can only use a limited amount of blocks (parts). If you go over this limit, you will not be able to place or add any more parts to your obby. Any part can be sized freely and it will not count towards your limits any more than it did when you added it. Some individual part/block types have their own limits set.")
  • 11:58, 19 March 2026 Wlft talk contribs created page Checkpoint (Created page with "{{PartInfobox | name = {{PAGENAME}} <!--| image = Obby_creator_thumb_1.webp--> | type = Advanced Part | cost = 15 }} = Overview = The Checkpoint Part is an advanced part in Obby Creator with no additional configurable options. When touched, the player's spawn point is set to the checkpoint and if they die they will be respawned back at the checkpoint or the last checkpoint they touched. If players reset their character via the Roblox menu after touching a checkpoint th...")
  • 11:42, 19 March 2026 Wlft talk contribs created page Button Deactivator (Created page with "{{PartInfobox | name = {{PAGENAME}} <!--| image = Obby_creator_thumb_1.webp--> | type = Advanced Part | cost = 9 }} = Overview = The Button Deactivator is an advanced part in Obby Creator that can be used to reverse and undo the effects of the Button = Configurations = == Behavior == * '''Activate For Others''': Whether or not one player pressing the button deactivator should trigger its effects for all players in the obby too. Default: false. * '''Click Radius''...")
  • 11:23, 19 March 2026 Wlft talk contribs created page Button (Created page with "{{PartInfobox | name = {{PAGENAME}} <!--| image = Obby_creator_thumb_1.webp--> | type = Advanced Part | cost = 9 }} = Overview = The Button, an advanced part in Obby Creator, can be used to create reactions when touched/interacted with. Specifically, it can be used to activate parts, make parts invisible, make them visible, reset moving parts, or to reset push blocks. = Configurations = == Behavior == * '''Activate For Others''': Whether or not one player pressing th...")
  • 11:04, 18 March 2026 Wlft talk contribs created page MediaWiki:Common.css (Created page with "CSS placed here will be applied to all skins: #citizen-siteStats__item--users { display: none !important; }")
  • 10:52, 18 March 2026 Wlft talk contribs created page Quiz Part (Created page with "{{PartInfobox | name = {{PAGENAME}} <!--| image = Obby_creator_thumb_1.webp--> | type = Advanced Part | cost = 40 <!--| year_added = 2019--> | requirements = Advanced Tools }} = Overview = The Quiz Part is an advanced part in Obby Creator that costs an initial $40. It works by remaining whole and disappearing when a player types the correct pre-configured answer in the Roblox chat. This part was initially designed before the Roblox chat updates, and now is impossib...")
  • 10:36, 18 March 2026 Wlft talk contribs created page Heal Part (Created page with "{{PartInfobox | name = {{PAGENAME}} <!--| image = Obby_creator_thumb_1.webp--> | type = Advanced Part | cost = 8 <!--| year_added = 2019--> | requirements = Advanced Tools }} = Overview = The Heal Part is an advanced part in Obby Creator that costs an initial $8. Based on configuration, it can be used to heal players that touch it. = Configurations = == Behavior == * '''Health/s''': Configure this number-only setting to determine the amount of health points gain...")
  • 07:42, 16 March 2026 User account ObbyCreatorAccountTest talk contribs was created
  • 12:12, 15 March 2026 Wlft talk contribs created page Obby Ratings (Created page with "Ratings, or Likes, are a quick way of giving positive feedback to an obby. You can like another player's obby to show appreciation or a positive sentiment to their obby. When liked, if the player is in the sever, they will receive a notification of your name and that you liked their obby. An obby starts at 0 likes and you cannot like your own obby. Likes contribute to trending obbies as well as featured obbies and are an overall measurement of popularity.")
  • 11:31, 15 March 2026 Wlft talk contribs created page April Fools (Created page with "Throughout the years Obby Creator has honored the April 1st tradition in various different ways including thumbnail changes, game name changes, icon changes, description changes, etc. These events regularly last the entire duration of April 1st or April Fools Day and at many times even boosts the games player count and engagement. = April Fools 2021 = On April 1st in 2021 the game's name was changed to 'Simulator Creator'. = April Fools 2022 = On April 1st in 202...")
  • 11:03, 15 March 2026 Wlft talk contribs created page Advanced Tools (Created page with "Advanced Tools in Obby Creator is a paid gamepass that allows you to access and use Advanced Settings as well as the Advanced Tools Part and the Music Part and Music Zone.")
  • 10:07, 15 March 2026 Wlft talk contribs created page Category:Advanced Parts (Created page with " Category:Parts")
  • 10:01, 15 March 2026 Wlft talk contribs created page Module:I18n (Created page with "require( 'strict' ) -- imported from https://github.com/The-Star-Citizen-Wikis/SharedModules local i18n = {} local metatable = {} local methodtable = {} metatable.__index = methodtable local libraryUtil = require( 'libraryUtil' ) local checkType = libraryUtil.checkType --- Cache table containing i18n data --- e.g. cache['en']['SMW'] will get you the SMW table in English local cache = {} --- Cache language codes for reuse local languages = {} --- Retrieve dataset...")
  • 09:59, 15 March 2026 Wlft talk contribs created page Template:PartInfobox (Created page with "<includeonly>{{#invoke:PartInfobox|main}}</includeonly>")
  • 09:59, 15 March 2026 Wlft talk contribs created page Module:PartInfobox (Created page with "-- inspired by scw local PartInfobox = {} -- local function get_comma_val(num) -- local formatted = num -- while true do -- local k; -- formatted, k = string.gsub(formatted, "^(-?%d+)(%d%d%d)", '%1,%2') -- if (k==0) then -- break -- end -- end -- return formatted -- end local function page_exists(page_title) local title = mw.title.new(page_title) return title and title.exists end function PartInfobox.main( frame ) local InfoboxNeue = re...")
  • 09:53, 15 March 2026 Wlft talk contribs created page File:Standard11placeholder.webp
  • 09:53, 15 March 2026 Wlft talk contribs uploaded File:Standard11placeholder.webp
  • 09:52, 15 March 2026 Wlft talk contribs created page Module:InfoboxNeue/i18n.json (Created page with "{ "license": "CC0-1.0", "description": { "en": "Translation table for the Module:InfoboxNeue" }, "schema": { "fields": [ { "name": "id", "type": "string" }, { "name": "message", "type": "localized" }, { "name": "type", "type": "string" }, { "name": "label", "type": "localized" }, { "name": "required", "type": "boolean"...")
  • 09:51, 15 March 2026 Wlft talk contribs created page Module:InfoboxNeue/styles.css (Created page with "imported from https://github.com/The-Star-Citizen-Wikis/SharedModules/blob/master/InfoboxNeue/styles.css: .infobox { margin-bottom: var(--space-md); width: 100%; max-width: 400px; border: 1px solid var(--border-color-base); border-radius: var(--border-radius-medium); background-color: transparent; font-size: var(--font-size-small); line-height: var(--line-height-xx-small); box-sizing: content-box; } .infobox[open] { background-color: var(--color-surface-...")
  • 09:51, 15 March 2026 Wlft talk contribs created page Module:InfoboxNeue/doc (Created page with "This module is imported from: https://github.com/The-Star-Citizen-Wikis/SharedModules/blob/master/InfoboxNeue/InfoboxNeue.lua. It may be slightly modified, modifications may be marked `!MODIFIED` or similar.")
  • 09:51, 15 March 2026 Wlft talk contribs protected Module:InfoboxNeue [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 09:51, 15 March 2026 Wlft talk contribs created page Module:InfoboxNeue (Created page with "-- imported from https://github.com/The-Star-Citizen-Wikis/SharedModules/blob/master/InfoboxNeue/InfoboxNeue.lua -- now contains more than mini modifications, feel free to use if any are helpful -- depends on Common.css and Common.js local InfoboxNeue = {} local metatable = {} local methodtable = {} local libraryUtil = require( 'libraryUtil' ) local checkType = libraryUtil.checkType local checkTypeMulti = libraryUtil.checkTypeMulti local i18n = require( 'Module:i18n'...")
  • 09:50, 15 March 2026 Wlft talk contribs created page Advanced Tools Part (Created page with "= Overview = The Advanced Tools Part is an Advanced Part in Obby Creator that requires the Advanced Tools Gamepass to place and use. If collaborating, the owner of the obby needs to have the gamepass. The part can be used to alter Advanced Properties when a player interacts with it (mainly just by touching it).")
  • 09:45, 15 March 2026 Wlft talk contribs created page Obby Creator (Redirected page to ow:Obby Creator) Tags: New redirect Visual edit
  • 09:21, 15 March 2026 Wlft talk contribs created page Template:PartsNavplate (Created page with "<includeonly>{{#invoke:PartsNavplate|main}}</includeonly>")
  • 09:20, 15 March 2026 Wlft talk contribs created page Module:PartsNavplate (Created page with "local p = {} local navplate = require( 'Module:Navplate' ) local cargo = mw.ext.cargo local function render() local data = { { ['type'] = 'Basic Parts', ['parts'] = { 'Part', } } } local grouping = {} local types = {} for _, row in ipairs( data ) do local label = row.type or 'Other Parts' if not grouping[label] then grouping[label] = {} tab...")
  • 09:12, 15 March 2026 Wlft talk contribs created page Module:Arguments (Created page with "-- imported from https://en.wikipedia.org/w/index.php?title=Module:Arguments -- This module provides easy processing of arguments passed to Scribunto from -- #invoke. It is intended for use by other Lua modules, and should not be -- called from #invoke directly. local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local arguments = {} -- Generate four different tidyVal functions, so that we don't have to check the -- options every time w...")
  • 08:42, 15 March 2026 Wlft talk contribs created page Module:Navplate/styles.css (Created page with ".template-navplate { margin-top: var( --space-md ); clear: both; font-size: var( --font-size-small ); line-height: var( --line-height-xx-small ); border: 1px solid var( --border-color-base ); border-radius: var( --border-radius-medium ); overflow: hidden; user-select: none; } .template-navplate__header { padding: var( --space-sm ) var( --space-md ); background-color: transparent; display: flex; align-items: center; gap: var( --space-md ); cursor: pointe...")
  • 08:42, 15 March 2026 Wlft talk contribs created page Module:Navplate (Created page with "-- imported from https://github.com/The-Star-Citizen-Wikis/SharedModules/blob/master/Navplate/Navplate.lua -------------------------------------------------------------------------------- -- Module:Navplate -- -- This module implements {{Navplate}} -- -- Based on Module:Infobox -- -- This is a work in progress...")
  • 08:02, 15 March 2026 Wlft talk contribs created page Category:Parts (Created page with "This category collects all types of parts and all parts available in Obby Creator.")
  • 07:19, 15 March 2026 Version talk contribs created page Obby Settings (Created page with "In Obby Creator you can configure global settings for your entire obby via Obby Settings (or Obby Global Properties), not to be confused with your Obby Creator Preferences. These settings serve as a way to globally configure your obby with your desired effects and as a convenient alternative to micro-managing advanced parts to get your desired effect. = Edit your Obby Settings = Obby Settings are managed on a per-obby basis. You must have build-acce...") Tag: Visual edit: Switched
  • 06:58, 15 March 2026 Version talk contribs created page File:AddPart.png
  • 06:58, 15 March 2026 Version talk contribs uploaded File:AddPart.png
  • 06:55, 15 March 2026 Wlft talk contribs created page File:BuildingModes.png
  • 06:55, 15 March 2026 Wlft talk contribs uploaded File:BuildingModes.png
  • 06:23, 15 March 2026 Wlft talk contribs created page Building Modes (Created page with "Building Modes in Obby Creator are different modes or ways to build an obby. Only one can be used at a time and there is no limitation to when they can be used and how. = How to select a Building Mode = The default building mode is the regular building mode where you can walk around and edit from your character. You can either press the green hammer button at the bottom and then the hammer icon from the menu or press the `1` key directly. The next one, similar to the f...")
  • 05:34, 15 March 2026 Wlft talk contribs created page File:Toolbar.png
  • 05:34, 15 March 2026 Wlft talk contribs uploaded File:Toolbar.png
  • 04:55, 15 March 2026 Wlft talk contribs created page Parts (Created page with "Parts are the fundamental basis of all obbies in Obby Creator. Parts are split into sub-categories: Advanced Parts, Basic Parts, Moving Parts, Cart Rides, Special Parts, and Pre-mades.")
  • 14:23, 13 March 2026 Wlft talk contribs created page File:Load obby.png
  • 14:23, 13 March 2026 Wlft talk contribs uploaded File:Load obby.png
  • 14:11, 13 March 2026 Wlft talk contribs created page Load an obby (Created page with "In Obby Creator you can load your own obbies, your friends', or any public obby. Obby Creator makes it easy to search and find any obby you're looking for. Upon joining Obby Creator, you can look towards the bottom left of the screen. There, you'll find an orange 'Load Obby' button. Click that to open the Obbies menu. = Load your own obby = From here, you can immediately see your own obbies, if you have any, at the top under 'My Obbies'. This will...")
  • 12:44, 13 March 2026 Wlft talk contribs created page MediaWiki:Citizen-footer-tagline (Created page with "Community ran. Not affiliated with Obby Creator or Whirlpool Studio.")
  • 12:43, 13 March 2026 Wlft talk contribs created page MediaWiki:Citizen-footer-desc (Created page with "For all information about Obby Creator on Roblox. From maps, basic details, tutorials, and more.")
  • 12:05, 13 March 2026 Wlft talk contribs created page Main Page