So i feel really stupid and i don’t understand why this script not working i have the second position
Im really bad with vector
World.OnServerEvent:Connect(function(Player, position2)
local Character = Player.Character
local Humanoid = Character:WaitForChild("Humanoid")
local HumanoidRP = Character:WaitForChild("HumanoidRootPart")
local position = HumanoidRP.Position
print(position)
print(position2)
HumanoidRP.Position = Vector3.new(position2)
print(position2)
World.OnServerEvent:Connect(function(Player, position2)
local Character = Player.Character
local Humanoid = Character:WaitForChild("Humanoid")
local HumanoidRP = Character:WaitForChild("HumanoidRootPart")
local position = HumanoidRP.Position
print(position)
print(position2)
HumanoidRP.Position = position2
print(position2)
end)