Jump to content

Player position at start?


Recommended Posts

@Maris, Try wrapping it in a DoTaskInTime:

AddPrefabPostInit("wilson",function(inst)    inst:DoTaskInTime(0, function()        local x,y,z = inst.Transform:GetWorldPosition()        print(x..", "..y..", "..z)    end)end)
Edit: Although you can also get the position with a simple inst:GetPosition():Get() call. Edited by rezecib
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
  • Create New...