Created
September 17, 2022 08:36
-
-
Save stravant/33d838baf40422733c81c5c0a4196c30 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for i = 1, 5 do | |
local part = game.ReplicatedStorage.FogPart:Clone() | |
part.Parent = workspace | |
part.Position = Vector3.new(0, i * 10, 0) | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment