|
i was making a game with a topdown camera and i wanted the character to face the mouse to make aiming better |
|
FidgetingJoin Date: 2014-02-08 Post Count: 1193 |
|
|
FidgetingJoin Date: 2014-02-08 Post Count: 1193 |
but i'll start hating you because you're not making your own things |
|
|
i was asking cause i didn't know how to that and im not doing a shooter game. Man people cant ask help for one thing these days. its not like im asking you to script my entire game im just asking on how to make the character face the mouse. I would appreciate it if you helped me. i would give credit too |
|
|
|
i might have learned what atan2 is but looking at it now i have no idea what the fk it is. atan is life, atan2 is for noobs :3 |
|
|
atan2 is atan with 2 arguments. |
|
|
tbh i don't remember atan to well either |
|
|
atan is short for Arc Tangent. Also known as inverse tangent. On a calculator this would be represented as cos with an exponent of negative one. |
|
|
lolwat sorry. I said cos with an exponent of negative one. I mean tangent with an exponent of negative one. |
|
|
i figured out o]how to make the character follow the mouse but now i need to know how to hide roblox interfaces like the leader board |
|
|
Make a LocalScript in the Starterpack with this in it
game.StarterGui:SetCoreGuiEnabled("PlayerList", false) |
|
|
Thank you, you helped me a lot :3 I will make sure to give you credit cause i was stuck for a while now. |
|