#first person
1 messages · Page 1 of 1 (latest)
- Describe your issue in the Title and give details in message
- Use "Unsolved" tag when posting
- Tag "<@&1050648858243379231>" role after posting
- Most questions have already been answered. Check before posting
Create a custom component
Das crazy
with variables
First create base value
base value wont change while running scripts
Base X Axis
Base Y Axis
Base Z Axis
create a new script at when starting
set Base X Axis = (self).X Axis
set Base Z Axis = (self).Y Axis
(Y axis dont have to be there, bc you can adjust it my changing in custom component)
then
Infinite Loop
New DistX = Base X Axis - Camera.X Axis
New DistY = Base Y Axis - Cam Y (new global variable)
New DistZ = Base Z Axis - Camera.Y Axis
Set X = Camera X.Axis + (DistX / DistZ)
Set Y = Camera Y.Axis + (DistY / DistZ)
for rotation
Searching rotation matrix on Wikipedia
and use the formula
I cant seem to tag the post unsolve could you fix this
Im trying this