#Is there any way to manually create data with the RaycastResult datatype?

1 messages · Page 1 of 1 (latest)

jade onyx
#

I’ve tried

local x:RaycastResult --results in nil
local x:RaycastResult = placeholder --results in datatype of placeholder
RaycastResult.new() -- invalid syntax