#Need help with lasers
1 messages · Page 1 of 1 (latest)
can you show me your script?
im assuming you are creating a part, but it isnt the correct size you want it to be
You can change the size simply by using the .Size Property
local Part = Instance.new("Part")
Part.Size = Vector3.new(1,1,1)
1 x 1 x 1 cube
you can thin it out or smhtn if you wanted
just mess around with the properties and you will get what u want
An even better way is to build a laser your self, take it's size and paste them in the script