#first person

1 messages · Page 1 of 1 (latest)

broken quartz
#

Please PLEASE imagine what would the community build there would be insane stuff and im suprised no one has ever suggested it before and i know that your gonna say but satt already made a first person game you think satt will reveal it.........

ancient leaf
#
  • 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
broken quartz
#

Das crazy

cosmic spruce
#

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

broken quartz
broken quartz