Hello
Now i'v been learning some Lua and i Decided to share this How to make a GameObject Teleport you anywhere u want to ! 
Let's Start!
Open Notepad.
Copy This:
Code:
function GameObject_onUse(pGameobject,,event)
pGameobject:Teleport(Mapid, x, y, z)
end
RegisterGameObjectEvent(gameobjectID, 4, "GameObject_onUse")
And Past into NotePad.
Now Go ingame and Found a Place where u want this Object To teleport you.
when u are there typ '' .gps '' and the Map ID and X, Y and X will stand.. write it down.
Edit the Notebad and Make the Map id as it stood ingame and same whit the X, Y and Z.
Now You only need to find a game object that u want to Teleport u somewhere 
WHen u have found one try to make '' .go s ''
then u maybe see a Text comeing up says the Entry ID.. Copy that and Write it in instedd of the '' 4 '' like this
Code:
RegisterGameObjectEvent(gameobjectID, 4,"GameObject_onUse")
Now Save as and make the File .lua
like '' Teleporter.lua '' in the name text.
then Close.
Now Copy the File u Saved as and put it in the Scripts in you'r Core Folder!
Now Restart server. Go ingame and typ '' .go s [EntryID] ''
Now you have an Teleporting Object !! 
Have Fun an i hope u got it working and have no buggs or so ! 
If u have PLEASE make a post !
~Hyldran0~