-
What do you want to achieve? I want to spherecast from a single point outwards
-
What is the issue? I can only spherecast next to the middle point
-
What solutions have you tried so far? Every possible direction
local Direction = script.Parent.CFrame:VectorToWorldSpace(script.Parent.CFrame.LookVector)*100
local Radius = 10
local result = workspace:Spherecast(script.Parent.Position, Radius, Direction, Params)
What do I have to do to make it spherecat from the center position (script.Parent.Position)?
Am I missing something? Is it even possible to do this?
I tried changing the direction to many different vectors but only the worldspace lookvector *100 actually does something.
Black circle: center part
Yellow circle: spherecast