#How to move Frame with cursor within Billboard GUI

1 messages · Page 1 of 1 (latest)

short basalt
#

I have a frame which contains a cursor (that is another frame), my camera system makes it so that the camera will lag behind a little when moving, is there any way for the frame to move with the player's humanoidroot position?

#

How to move Frame GUI with Player

short basalt
#

I figured it out by re-locating the gui inside of a buildboard gui in the player

#

but now one of my scripts is broken, oof

#

This script was initially made to work within a Screengui

#

the cursor would take input from the real cursor, and the box would be the bounds
After moving it into a builboard gui, it no longer works

#

How to move Frame within Buildboard GUI

#

How to move Frame with cursor within Billboard GUI

#

if there is a way to work with the original screenGUI that would be appreciated too

desert tundra
#

workspace.currentcam.cframe=hrp.cframe+vector3.yaxis*10 ?

#

or something like that?

short basalt
#

I actually just figured it out

#

and did not see that response

#

I just had to make a basic clone script

#

and remove an adornee i added