@WaterFlex if someone gonna have same issue just put
Math.radians = function(degrees) {
return degrees * Math.PI / 180;
}
at start of script
W
WaterFlex Gaming
@WaterFlex Gaming
Posts
-
How to make longjump yaw same as my yaw?
@WaterFlex if someone gonna have same issue just put
Math.radians = function(degrees) {
return degrees * Math.PI / 180;
}
at start of script