I was looking for a way to have a players teleport to a certain set of coordinates that I can set and after looking I found this little bit of documentation float x = 1; float y = 2; float z = 3;
player.Teleport(x, y, z); and after plugin it into my code I got the error "no overload method of Teleport" takes 3 arguments and I have little to no idea on how I could start to fix it also what assembly do I have to reference to save variables to a JSON file any help is greatly appreciated
player.Teleport(x, y, z); and after plugin it into my code I got the error "no overload method of Teleport" takes 3 arguments and I have little to no idea on how I could start to fix it also what assembly do I have to reference to save variables to a JSON file any help is greatly appreciated