#Need help with lasers

1 messages · Page 1 of 1 (latest)

warm cloak
#

I have a script that when a button is pressed it is supposed to spawn lasers but when it is pressed it spawns just a grey wall that I don’t know how to edit

vocal quail
#

can you show me your script?

tardy panther
#

You can change the size simply by using the .Size Property

#
local Part = Instance.new("Part")
Part.Size = Vector3.new(1,1,1)
tardy panther
#

you can thin it out or smhtn if you wanted

#

just mess around with the properties and you will get what u want

finite locust
#

An even better way is to build a laser your self, take it's size and paste them in the script