How To Make Glow Scripts: Revision history

From ROBLOX Wiki
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

10 December 2024

  • curprev 08:0508:05, 10 December 2024 PRG talk contribs 2,274 bytes +2,274 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..."