Im trying to get the position of an object but I keep ending up with an error
Script
game.ReplicatedStorage.RemoteEvent:FireClient(Player, Child.PrimaryPart.Position)
local script
game.ReplicatedStorage.RemoteEvent.OnClientEvent:Connect(function(position)
print(position)
end)
Error
Attempt to concatenate string with Vector3