How to add an prediction
I have an issue with the Silent aim prediction, in one point says:
-- // Modify the position/cframe, add prediction yourself (use Aiming.Selected) function Configuration.ModifyCFrame(OnScreen) return OnScreen and AimingSelected.Position or AimingSelected.Part.CFrame end
I want to know how to Modify the Prediction
You can see how it's used here.
The first return value is the predicted position on screen while the second is the predicted position in 3D.
You can see how it's used here.
The first return value is the predicted position on screen while the second is the predicted position in 3D.
So, i need to change these parameters to Aiming.Selected? or i just need to put them in true
For example:
return wts(PredictedCFrame.Position), PredictedCFrame
wts stands for WorldToScreen, you'll have to create your own implementation.