Main public logs

From ROBLOX Wiki
Jump to navigationJump to search

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

Logs
  • 08:05, 10 December 2024 PRG talk contribs created page How To Make Glow Scripts (Created page with "{{CatUp|Tutorials}} __TOC__ ==Introduction== There are many ways to make a brick glow. This tutorial will explain the concept of making things glow using scripts. ==The Reflectance Glow== First, insert a brick, in Roblox Studio, then Insert a script inside this brick. Open up the script, then delete the text that says "Hello World!". Then, add the following text: <pre> while true do for i=1, 9, 1 do -- Go...")