Main public logs
From Legacy Roblox Wiki
Jump to navigationJump to search
Combined display of all available logs of Legacy Roblox Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 22:34, 13 February 2024 Pongo02 talk contribs created page Unbind (Method) (Created page with "<onlyinclude>{{Method|name = Unbind |description = Removes every Bind related to the given window. |object = HtmlWindow }}</onlyinclude> Category:Methods")
- 22:31, 13 February 2024 Pongo02 talk contribs created page Bind (Method) (Created page with "<onlyinclude>{{Method|name = Bind |arguments = Instance '''object''', String '''property''', String '''htmlElementId''' |description = Binds the property of an instance to an HTML input. |object = HtmlWindow }}</onlyinclude> {{clear floats}} {{Example|This code will create a Hint, and Bind an input to the Text property. It will give the option to toggle the Bind: <syntaxhighlight lang="lua"> html = game:service("HtmlService") wind = html:NewWindow() wind:N...") Tag: Visual edit: Switched
- 04:18, 30 October 2023 Pongo02 talk contribs created page SetCallback (Method) (Created page with "<onlyinclude>{{Method|name = SetCallback |arguments = Function ''callback'' |description = Passes back variables from executed javascript code to lua. |object = HtmlWindow }}</onlyinclude> {{clear floats}} {{Example|Makes a window that will allow you to play audio from a textbox: <syntaxhighlight lang="lua"> html = game:service("HtmlService") wind = html:NewWindow() wind:Navigate() sound = workspace:FindFirstChild("HTMLSound") if not sound then sound = Instan...")
- 19:18, 29 October 2023 Pongo02 talk contribs created page SetBody (Method) (Created page with "<onlyinclude>{{Method|name = SetBody |arguments = String ''HTML'' |description = Sets the HTML contents of the window. Can be run on a single window continuously, allowing for dynamic content. |object = HtmlWindow }}</onlyinclude> {{clear floats}} {{Example|Sets and then updates the body to count from 0 to 10: <syntaxhighlight lang="lua"> local HtmlService = game:service("HtmlService") local htmlWindow = HtmlService:NewWindow() local initialDisplayed = false htmlW...")
- 17:17, 29 October 2023 Pongo02 talk contribs created page Close (Method) (Created page with "<onlyinclude>{{Method|name = Close |description = Closes the HtmlWindow, this deletes the instance, it does not hide it. |object = HtmlWindow }}</onlyinclude> Category:Methods")
- 17:11, 29 October 2023 Pongo02 talk contribs created page Navigate (Method) (Created page with "<onlyinclude>{{Method|name = Navigate |arguments = Content <var>URL = about:blank</var> |description = Allows the DHTML to load a trusted url. It should be noted that Navigate loads about:blank by default. |object = HtmlWindow }}</onlyinclude> {{clear floats}} {{Example|This code will open shirt.png, the default roblox T-Shirt from around 2010: <syntaxhighlight lang="lua"> local HtmlService = game:service("HtmlService") local htmlWindow = HtmlService:NewWindow() h...")
- 16:56, 29 October 2023 Pongo02 talk contribs created page Resize DHTML (Method) (Created page with "<onlyinclude>{{Method|name = Resize |arguments = Integer '''Width''', Integer '''Height''' |description = Changes the size of the window. |object = HtmlWindow }}</onlyinclude> {{clear floats}} {{Example|This code will create and spam resize a DHTML window 1000 times: <syntaxhighlight lang="lua"> local HtmlService = game:service("HtmlService") local htmlWindow = HtmlService:NewWindow() htmlWindow:Show() for i = 0, 1000 do htmlWindow:Resize(math.floor(math.ran...")
- 16:45, 29 October 2023 Pongo02 talk contribs created page Show (Method) (Created page with "<onlyinclude>{{Method|name = Resize |description = Opens the HtmlWindow, does not update the contents. It should be noted that, if you don't use this, the window will still run in the background. |object = HtmlWindow }}</onlyinclude> Category:Methods")
- 16:38, 29 October 2023 Pongo02 talk contribs created page DocumentComplete (Event) (Created page with "<onlyinclude>{{Event |name = DocumentComplete |arguments = String ''URL'' |description = Fired when the DHTML document finishes processing a SetBody |object = HtmlWindow }}</onlyinclude> {{clear floats}} {{Example|This code would fire when the document finishes loading: <syntaxhighlight lang="lua"> local HtmlService = game:service("HtmlService") local htmlWindow = HtmlService:NewWindow() htmlWindow.DocumentComplete:connect(function() htmlWind...")
- 15:58, 29 October 2023 Pongo02 talk contribs created page RBX.lua.HtmlWindow (Object) (Created page with "{{Stub}} {{NonStandard|reason=HtmlWindow was removed after 2007.}} {{Object}} {{ObjectPage|name=HtmlWindow|A interactive HTML window generated by HtmlService}}")
- 15:55, 29 October 2023 Pongo02 talk contribs created page Blender 2.8 exporter script (Created page with "The process of using this mesh on Roblox is no longer relevant, as there is no known way to upload it. If you would like to have some details on how these meshes were once used with roblox.com, and how you could use them today, check here ==Script== <pre> bl_info = { "name": "Roblox Mesh 1.0 (.mesh)", "author": "Nukley", "version": (0, 1), "blender": (2, 80, 0), "location": "File > Export", "description": "Save a Roblox Mesh 1.0 File",...")
- 04:23, 26 December 2022 Pongo02 talk contribs created page Screenshots (Created page with "Post amazing or funny screenshots you've made here! '''''How to Take Screenshots''''' left|172px|thumb|Houston, we have a problem. left|172px|thumb|Impalement hurts. left|172px|thumb|Gamehero failed to get to China in one strike. left|172px|thumb|SURPRISE! left|172px|thumb|Gamer3d did it. left|172px|thumb|Durrrr... File:Ohnoes.jp...")
- 04:04, 26 December 2022 Pongo02 talk contribs created page File:Ohnoes.jpg (Uploaded with SimpleBatchUpload)
- 04:04, 26 December 2022 Pongo02 talk contribs created page File:B10.png (Uploaded with SimpleBatchUpload)
- 04:04, 26 December 2022 Pongo02 talk contribs created page File:RocketProblem.png (Uploaded with SimpleBatchUpload)
- 04:04, 26 December 2022 Pongo02 talk contribs created page File:Fatality.png (Uploaded with SimpleBatchUpload)
- 04:04, 26 December 2022 Pongo02 talk contribs uploaded File:B10.png (Uploaded with SimpleBatchUpload)
- 04:04, 26 December 2022 Pongo02 talk contribs uploaded File:Ohnoes.jpg (Uploaded with SimpleBatchUpload)
- 04:04, 26 December 2022 Pongo02 talk contribs created page File:Spire and I.png (Uploaded with SimpleBatchUpload)
- 04:04, 26 December 2022 Pongo02 talk contribs created page File:OHNOES.png (Uploaded with SimpleBatchUpload)
- 04:04, 26 December 2022 Pongo02 talk contribs created page File:Dogfighting in Rockets.jpg (Uploaded with SimpleBatchUpload)
- 04:04, 26 December 2022 Pongo02 talk contribs uploaded File:RocketProblem.png (Uploaded with SimpleBatchUpload)
- 04:04, 26 December 2022 Pongo02 talk contribs created page File:Surprise.png (Uploaded with SimpleBatchUpload)
- 04:04, 26 December 2022 Pongo02 talk contribs uploaded File:Fatality.png (Uploaded with SimpleBatchUpload)
- 04:04, 26 December 2022 Pongo02 talk contribs uploaded File:OHNOES.png (Uploaded with SimpleBatchUpload)
- 04:04, 26 December 2022 Pongo02 talk contribs uploaded File:Spire and I.png (Uploaded with SimpleBatchUpload)
- 04:04, 26 December 2022 Pongo02 talk contribs uploaded File:Dogfighting in Rockets.jpg (Uploaded with SimpleBatchUpload)
- 04:04, 26 December 2022 Pongo02 talk contribs created page File:Hair.jpg (Uploaded with SimpleBatchUpload)
- 04:04, 26 December 2022 Pongo02 talk contribs uploaded File:Surprise.png (Uploaded with SimpleBatchUpload)
- 04:04, 26 December 2022 Pongo02 talk contribs uploaded File:Hair.jpg (Uploaded with SimpleBatchUpload)
- 04:04, 26 December 2022 Pongo02 talk contribs created page File:Onoztehhaxxorz.png (Uploaded with SimpleBatchUpload)
- 04:04, 26 December 2022 Pongo02 talk contribs uploaded File:Onoztehhaxxorz.png (Uploaded with SimpleBatchUpload)
- 04:04, 26 December 2022 Pongo02 talk contribs created page File:Mikedplaces.gif (Uploaded with SimpleBatchUpload)
- 04:04, 26 December 2022 Pongo02 talk contribs created page File:Owie.JPG (Uploaded with SimpleBatchUpload)
- 04:04, 26 December 2022 Pongo02 talk contribs uploaded File:Mikedplaces.gif (Uploaded with SimpleBatchUpload)
- 04:04, 26 December 2022 Pongo02 talk contribs created page File:Hats.gif (Uploaded with SimpleBatchUpload)
- 04:04, 26 December 2022 Pongo02 talk contribs uploaded File:Owie.JPG (Uploaded with SimpleBatchUpload)
- 04:04, 26 December 2022 Pongo02 talk contribs uploaded File:Hats.gif (Uploaded with SimpleBatchUpload)
- 03:22, 26 December 2022 Pongo02 talk contribs uploaded File:Path.gif (Uploaded with SimpleBatchUpload)
- 03:22, 26 December 2022 Pongo02 talk contribs uploaded File:My User Talk Background.png (Uploaded with SimpleBatchUpload)
- 03:22, 26 December 2022 Pongo02 talk contribs uploaded File:RPGTut1.png (Uploaded with SimpleBatchUpload)
- 03:22, 26 December 2022 Pongo02 talk contribs uploaded File:RPGTut4.png (Uploaded with SimpleBatchUpload)
- 03:22, 26 December 2022 Pongo02 talk contribs uploaded File:RPGTut3.png (Uploaded with SimpleBatchUpload)
- 03:02, 26 December 2022 Pongo02 talk contribs uploaded File:Maintenance 2.png (Uploaded with SimpleBatchUpload)
- 03:02, 26 December 2022 Pongo02 talk contribs uploaded File:Profileplace.png (Uploaded with SimpleBatchUpload)
- 02:59, 26 December 2022 Pongo02 talk contribs uploaded File:Paint Ball 2.PNG (Uploaded with SimpleBatchUpload)
- 02:59, 26 December 2022 Pongo02 talk contribs uploaded File:ROBLOX Toolbox.png (Uploaded with SimpleBatchUpload)
- 02:59, 26 December 2022 Pongo02 talk contribs uploaded File:Maintenance.png (Uploaded with SimpleBatchUpload)
- 02:59, 26 December 2022 Pongo02 talk contribs uploaded File:My profile.jpg (Uploaded with SimpleBatchUpload)
- 02:59, 26 December 2022 Pongo02 talk contribs uploaded File:TerrainH.PNG (Uploaded with SimpleBatchUpload)