Welcome on MasterOf13FPS! MasterOf13FPS

Register today or sign up if you are already a member and never miss any cool content again :)

Spieler Smooth Teleportieren

MasterOf13FPS

Administrator
Staff member
Administrator
MasterOf13FPS
Joined
Jul 11, 2020
Messages
0
Reaction score
25
Points
0
Der Titel sagt alles ich will wissen wie man den Spieler Smooth Teleportieren kann.
 
use motion to teleport only your client (you can use parts of freecam for this)
then actually teleport the player
the motion part could look like this:
Code:
         btw one block is 0.5D

         mc.thePlayer.motionX = (selected.getX() - mc.thePlayer.posX) / 2;
         mc.thePlayer.motionZ = (selected.getZ() - mc.thePlayer.posZ) / 2;
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top