I find it cool and humorous u?

I created a little script that I found was funny and cool and wanted to share it.

local Part = Instance.new("Part")
Part.Color = Color3.fromRGB(255, 0, 0)
Part.Material = Enum.Material.Glass
Part.Transparency = .5
Part.Parent = workspace
Part.Size = Vector3.new(5, 5, 25)
Part.Position = Vector3.new(math.huge, math.huge, math.huge)
Part.Anchored = true
Part.CanCollide = false
Part.CanTouch = false

local EndValue = 500
local Reverse = false
local Speed = 100
while true do
	for Count = 1, EndValue, 6 do
		Part.Position = Vector3.new(0, 100, not Reverse and Count or Reverse and EndValue - Count)
		task.wait(1 / Speed)
	end
	Reverse = not Reverse
end

It is better to experience it yourself than to watch a video of it.

5 Likes

If you want to break your game by making the biggest and most complicated glass part in Roblox history, then yes I find it funny.

Unless it makes Roblox’s servers go on fire and then we have another outage :eyes:

1 Like

Quoting, as it is wrong. You should try it in studio.

I unfortunately can’t go on Studio right now. What is it?

Don’t call me out for misunderstanding. I’m a newbie at scripting.

What does this do exactly? Also, the script looks better than any of my scripts loll

1 Like

Why dont you try it in studio?

I feel like my device won’t support this. Can this do any harm?

of course not, it’s a simple script that I found to be quite funny given is simplicity and funny movements

Very cool, for a second I thought it wasn’t working, but I just didn’t find it lol.

Thank you it is very amusing to me, for some reason

1 Like

I have a strong feeling this is going to make an amogus.

aw man it didn’t make an amogus

it is a moving part… very sususamogus

why is this funny? and why is the math.huge not doing anything or something?

Cool? Sure. Humorous? I don’t see why a block floating from one point to another is humorous. The humorous bit is that the block floats from one point to another using this long script lol.

Very funny movements, very cool. :rofl:

i cant believe you made the script so complicated to just make a moving part

how is it complicated? bro what is this comment imma bout it lensis

wait i cant see it am i blind

what shape does this make?

while true do
	for Count = 1, EndValue, 6 do
		Part.Position = Vector3.new(0, 100, not Reverse and Count or Reverse and EndValue - Count)
		task.wait(1 / Speed)
	end
	Reverse = not Reverse
end

Hurts my brain.

3 numbers?