#Beam from sky

1 messages · Page 1 of 1 (latest)

olive ingot
#

Do you know how to make it so if I press trigger a white bean of light or pillar falls from the sky to the ground and then makes an explosion? But if you try to get close to we're the explosion was, you get knockback
(is it possible to aim where u want the beam to appear too?

cunning lodge
#

Yea its possible
Beacons
Raycast
Overlap Sphere
Get position
Add velocity
Subtract

#

I think those are the chips you need

#

How much do yk abt circuits?

olive ingot
#

But like, what do I do

cunning lodge
olive ingot
#

Decent amount

olive ingot
#

@cunning lodge

arctic light
#

Use a beacon

#

More simpler and easier

cunning lodge
arctic light
cunning lodge
# olive ingot <@613478771172835361>

Set position the beacon to somewhere in the sky
Raycast downwards from that position to get the distance
Increase the height of the beacon till its greater than or equal to the distance set by the raycast

#

Get the hit position of the raycast and do an overlap sphere at the position of your desired radius

#

Then get collision data

#

Subtract positions

#

Yadada