Categories > Coding > Lua >

Modify the walktopoint property of a character using Lua?

Posts: 29

Threads: 18

Joined: Oct, 2021

Reputation: 0

Posted

Modify the walktopoint of a character using Lua.I want to use it for my own auto-rob for Jailbreak

  • 0

Added

Can you give me an exampe script

 

  • 0

tar

CoolNickname

Posts: 142

Threads: 15

Joined: Jul, 2021

Reputation: 1

Replied

@TheGraySpy

game.Players.LocalPlayer.Character.Humanoid:MoveTo( Vector3.new(123,0,123) ) -- Player will try to move to X 123 and Z 123, not sure if Y have effect

  • 1

https://imgur.com/a/oOomuUo

Posts: 5

Threads: 0

Joined: Feb, 2022

Reputation: 0

Replied

Thanks a lot! 

  • 0

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )