#Making a pseudo cursor

1 messages · Page 1 of 1 (latest)

boreal dock
#

I haven't seen this talked about before, but how would I make a pseudo cursor like the one detailed in my image? I believe there's some way I can use the way roblox locks your cursor from first person/shift lock into this

gleaming gate
#

Is the cursor 2D or 3D

boreal dock
#

2D

#

the game is birds-eye view

gleaming gate
#

Wdym by "moving the player moves the cursor", isnt it supposed to be tied to the mouse position (with a distance limit)

boreal dock
#

think of it like a big box

#

The cursor position is tied to the player position

neat fableBOT
#

studio** You are now Level 1! **studio

boreal dock
#

but half-way kinda

#

basically, if you move the mouse, it just moves the mouse

#

if you move the player, the cursor would move with the player

gleaming gate
#

but you said it takes input from the mouse?

boreal dock
#

yes, because you cannot directly control the mouse through scripts apparently

#

which is why the pseudo cursor is needed to behave like that

gleaming gate
#

Well your explaination is kinda self contradicting. I am going to take a wild guess and say that what you are trying to do is to limit how far the mouse can get from the player?

boreal dock
#

yea

#

idk if maybe I explained it wrong, maybe a video would've been better

#

to be more blunt, i want to recreate the cursor system used in hotline miami

gleaming gate
#

from just checking a little bit, it seems like the cursor is a fixed distance from the player

#

is that all you want?

#

The cursor has no affect on the "fake cursor" it just rotates the player to look in the right direction?

#

@boreal dock

boreal dock
#

No, I already have something which will rotate the character to face the cursor

#

as seen in the video, the cursor hits a point where it can no longer move, aswell as moving with the character

whole parcel
#

From there you can apply whatever transformations or restrictions you want on the psueo cursor's position

boreal dock
#

oh

#

thanks

#

I'll try looking into this

#

I'm still a beginner so this is all new

boreal dock
#

now to do the hard part... learning how to make the pseudo cursor evilcat