Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-1

How do you create a raypart? [closed]

Asked by 8 years ago

I'd like to know how to create a raypart with scripting Lua!! Thank you for your help.

Closed as Not Constructive by M39a9am3R

This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.

Why was this question closed?

1 answer

Log in to vote
1
Answered by
Avectus 120
8 years ago

This isn't as hard as it sounds, try this:

local ray = Ray.new(Vector3.new(1, 2, 3), Vector3.new(5, 10, 15))
1
The vector's can be different values btw Avectus 120 — 8y
0
Thank you for the useful help. Lem0nzzx 70 — 8y
Ad