#I need help on a LIDAR gun

39 messages · Page 1 of 1 (latest)

steel trench
#

no

azure mulch
#

Then dont say anything

#

I need help on a LIDAR gun

trim crow
#

Js use deez nutz

azure mulch
slim mural
#

Lidar.exe is a horror game where you use a lidar aka 3d laser scanner to explore an area and you may not be alone.

Game Info: https://kenforest.itch.io/lidar-exe

"It was just me sorry."

ヽ(・ω・`)----Crummy Personal Links Below This Line----(´・ω・)ノ
My Masculine Patreon: https://goo.gl/e8XfHN
My Cool Twitch: https://goo.gl/neioFL
My Manly Twitter...

▶ Play video
azure mulch
#

Yes thats what im trying to make

broken jungleBOT
#

studio** You are now Level 2! **studio

azure mulch
slim mural
#

that's actually kinda cool

quick vine
#

cant you just fire a bunch of raycasts

#

a friend of mine did a game like that years ago

azure mulch
quick vine
#

look it up

azure mulch
#

ok

azure mulch
quick vine
#

learn how to script first then

#

you wont go far making a game if u cant script

#

unless ur making an obby or something easy like that

slim mural
#

yeah raycasting + sphere handle adornment is the way to go

reef sinew
slim mural
#

doing that without raycasting would kill performance more than using raycasting

#

raycasting is designed for this type of things, now if roblox raycasting sucks or not is a fact

reef sinew
#

roblox rayasting is really slow for that stuff, heres what i did:
#📜︱scripting message

#

(using custom raycasting)

slim mural
#

did you actually test if raycasting was the issue or the hundreds of parts?

reef sinew
#

and heres default raycasting: #📜︱scripting message

azure mulch
#

I plan to only fire 7 per line

slim mural
#

the reason your method is faster is because it's nowhere as complete as roblox's raycasting, don't confuse the lack of features with better performance

reef sinew
#

its faster because roblox needs to check for every instance in that radius, and then for every triangle of that mesh
my method just uses simple math

#

(roblox also checks for instances if you use Whitelist to exclude them)

slim mural
#

mhm

azure mulch
#

I just need to know how to fire the raycasing to make a dot appear

reef sinew
azure mulch
#

Well, not "A dot" about 500 in total

azure mulch
#

Its a last resort

#

Actually ill go see