Skip to content

Instantly share code, notes, and snippets.

@stravant
Created September 17, 2022 08:36
Show Gist options
  • Save stravant/33d838baf40422733c81c5c0a4196c30 to your computer and use it in GitHub Desktop.
Save stravant/33d838baf40422733c81c5c0a4196c30 to your computer and use it in GitHub Desktop.
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