Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
BuenoA's avatar
BuenoA
Partner
9 months ago

Cant get my script to register hits from a projectile from a projectile launcher.

This is the script for my projectile launcher. (Laser). It works perfectly fine. import { Entity } from 'horizon/core'; import * as hz from 'horizon/core'; class GrabAndLaunch extends hz.Compon...